D-地图-州.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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_state.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": "MapAreaStateCfg.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. "index_names": "MapID,ID",
  39. "is_unique": true
  40. }
  41. ],
  42. "heads": [
  43. {
  44. "key": "州ID",
  45. "name": "ID",
  46. "side": "cs",
  47. "type_cjson": "int",
  48. "type_csharp": "int",
  49. "type_sjson": "int",
  50. "type_go": "int32"
  51. },
  52. {
  53. "key": "地图ID",
  54. "name": "MapID",
  55. "side": "cs",
  56. "type_cjson": "int",
  57. "type_csharp": "int",
  58. "type_sjson": "int",
  59. "type_go": "int32"
  60. },
  61. {
  62. "key": "类型",
  63. "name": "Type",
  64. "side": "cs",
  65. "type_cjson": "int",
  66. "type_csharp": "int",
  67. "type_sjson": "int",
  68. "type_go": "int32"
  69. },
  70. {
  71. "key": "出生名额",
  72. "name": "BornLimit",
  73. "side": "cs",
  74. "type_cjson": "int",
  75. "type_csharp": "int",
  76. "type_sjson": "int",
  77. "type_go": "int32"
  78. },
  79. {
  80. "key": "州名Lang",
  81. "name": "NameLang",
  82. "side": "c",
  83. "type_cjson": "string",
  84. "type_csharp": "string"
  85. },
  86. {
  87. "key": "州描述Lang",
  88. "name": "DescLang",
  89. "side": "c",
  90. "type_cjson": "string",
  91. "type_csharp": "string"
  92. }
  93. ]
  94. }
  95. ]
  96. }
  97. ]