L-联盟-权限.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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_perm.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": "LeaguePermCfg.json",
  24. "gen_codes": [
  25. {
  26. "read_type": "type_csharp"
  27. }
  28. ]
  29. }
  30. ],
  31. "indexes": [
  32. {
  33. "index_names": "PermID",
  34. "is_unique": true
  35. }
  36. ],
  37. "heads": [
  38. {
  39. "key": "权限ID",
  40. "name": "PermID",
  41. "side": "c",
  42. "type_sjson": "int",
  43. "type_go": "int32",
  44. "type_cjson": "int",
  45. "type_csharp": "GameConfig.ConfigGen.LeaguePermissionType"
  46. },
  47. {
  48. "key": "权限名称Lang",
  49. "name": "PermNameLang",
  50. "side": "c",
  51. "type_sjson": "int",
  52. "type_go": "int32",
  53. "type_cjson": "string",
  54. "type_csharp": "string"
  55. }
  56. ]
  57. }
  58. ]
  59. }
  60. ]