D-地图-省.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. [
  2. {
  3. "excel_file_name": "D-地图-省.xlsx",
  4. "sheets": [
  5. {
  6. "sheet_name": "Sheet1",
  7. "row_offset": 1,
  8. "outputs": [
  9. {
  10. "enable": true,
  11. "read_type": "type_sjson",
  12. "parser_id": "table",
  13. "file_name": "map_area_province.json",
  14. "gen_codes": [
  15. {
  16. "read_type": "type_go"
  17. }
  18. ]
  19. },
  20. {
  21. "enable": true,
  22. "read_type": "type_cjson",
  23. "parser_id": "table_list",
  24. "file_name": "MapAreaProvinceCfg.json",
  25. "gen_codes": [
  26. {
  27. "read_type": "type_csharp"
  28. }
  29. ]
  30. }
  31. ],
  32. "indexes": [
  33. {
  34. "index_names": "ID",
  35. "is_unique": true
  36. }
  37. ],
  38. "heads": [
  39. {
  40. "key": "ID",
  41. "name": "ID",
  42. "side": "sc",
  43. "type_sjson": "int",
  44. "type_go": "int32",
  45. "type_cjson": "int",
  46. "type_csharp": "int"
  47. },
  48. {
  49. "key": "州ID",
  50. "name": "MapAreaStateID",
  51. "side": "sc",
  52. "type_sjson": "int",
  53. "type_go": "int32",
  54. "type_cjson": "int",
  55. "type_csharp": "int"
  56. },
  57. {
  58. "key": "省名Lang",
  59. "name": "NameLang",
  60. "side": "c",
  61. "type_cjson": "string",
  62. "type_csharp": "string"
  63. },
  64. {
  65. "key": "地图ID",
  66. "name": "MapID",
  67. "side": "s",
  68. "type_sjson": "int",
  69. "type_go": "int32"
  70. }
  71. ]
  72. }
  73. ]
  74. }
  75. ]