L-联盟-职位.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. [
  2. {
  3. "excel_file_name": "L-联盟-职位.xlsx",
  4. "sheets": [
  5. {
  6. "sheet_name": "Sheet1",
  7. "row_offset": 1,
  8. "outputs": [
  9. {
  10. "read_type": "type_sjson",
  11. "parser_id": "table",
  12. "file_name": "league_job.json",
  13. "gen_codes": [
  14. {
  15. "read_type": "type_go"
  16. }
  17. ]
  18. },
  19. {
  20. "initial_caps": true,
  21. "read_type": "type_cjson",
  22. "parser_id": "table_list",
  23. "file_name": "LeagueJobCfg.json",
  24. "gen_codes": [
  25. {
  26. "read_type": "type_csharp"
  27. }
  28. ]
  29. }
  30. ],
  31. "indexes": [
  32. {
  33. "index_names": "JobID",
  34. "is_unique": true
  35. }
  36. ],
  37. "heads": [
  38. {
  39. "key": "职位ID",
  40. "name": "JobID",
  41. "side": "cs",
  42. "type_sjson": "int",
  43. "type_go": "int32",
  44. "type_cjson": "int",
  45. "type_csharp": "int"
  46. },
  47. {
  48. "key": "职位类型",
  49. "name": "JobType",
  50. "side": "cs",
  51. "type_sjson": "int",
  52. "type_go": "int32",
  53. "type_cjson": "int",
  54. "type_csharp": "GameConfig.ConfigGen.LeaguePosition"
  55. },
  56. {
  57. "key": "职位名称Lang",
  58. "name": "JobNameLang",
  59. "side": "c",
  60. "type_sjson": "int",
  61. "type_go": "int32",
  62. "type_cjson": "string",
  63. "type_csharp": "string"
  64. },
  65. {
  66. "key": "不可设置权限",
  67. "name": "JobNotSetPerm",
  68. "side": "cs",
  69. "type_sjson": "array",
  70. "type_go": "types.List[int32]",
  71. "type_cjson": "array",
  72. "type_csharp": "int[]"
  73. }
  74. ]
  75. }
  76. ]
  77. }
  78. ]