D-地图-主城外观模型.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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_cjson",
  12. "parser_id": "table_list",
  13. "file_name": "MapMainCityShowModelCfg.json",
  14. "gen_codes": [
  15. {
  16. "read_type": "type_csharp"
  17. }
  18. ]
  19. }
  20. ],
  21. "indexes": [
  22. {
  23. "index_names": "MainCityShowID",
  24. "is_unique": false
  25. }
  26. ],
  27. "heads": [
  28. {
  29. "key": "主城外观ID",
  30. "name": "MainCityShowID",
  31. "side": "cs",
  32. "type_sjson": "int",
  33. "type_go": "int32",
  34. "type_cjson": "int",
  35. "type_csharp": "int"
  36. },
  37. {
  38. "key": "模型",
  39. "name": "Model",
  40. "side": "c",
  41. "type_cjson": "string",
  42. "type_csharp": "string"
  43. },
  44. {
  45. "key": "预览图",
  46. "name": "PreViweImg",
  47. "side": "c",
  48. "type_cjson": "string",
  49. "type_csharp": "string"
  50. },
  51. {
  52. "key": "主城开始等级",
  53. "name": "StartLvl",
  54. "side": "c",
  55. "type_cjson": "int",
  56. "type_csharp": "int"
  57. },
  58. {
  59. "key": "主城结束等级",
  60. "name": "EndLvl",
  61. "side": "c",
  62. "type_cjson": "int",
  63. "type_csharp": "int"
  64. }
  65. ]
  66. }
  67. ]
  68. }
  69. ]