D-地图-建筑升级-属性.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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_build_upgrade_attr.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": "MapBuildUpgradeAttrCfg.json",
  25. "gen_codes": [
  26. {
  27. "read_type": "type_csharp"
  28. }
  29. ]
  30. }
  31. ],
  32. "indexes": [
  33. {
  34. "index_names": "ConfigID",
  35. "is_unique": true
  36. },
  37. {
  38. "index_names": "ConfigID"
  39. }
  40. ],
  41. "heads": [
  42. {
  43. "key": "属性ID",
  44. "name": "ConfigID",
  45. "side": "c",
  46. "type_cjson": "int",
  47. "type_csharp": "int"
  48. },
  49. {
  50. "key": "属性名称Lang",
  51. "name": "NameLang",
  52. "side": "c",
  53. "type_cjson": "string",
  54. "type_csharp": "string"
  55. }
  56. ]
  57. }
  58. ]
  59. }
  60. ]