P-排行榜.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. [
  2. {
  3. "excel_file_name": "P-排行榜.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": "rank.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": "RankCfg.json",
  25. "gen_codes": [
  26. {
  27. "read_type": "type_csharp"
  28. }
  29. ]
  30. }
  31. ],
  32. "indexes": [
  33. {
  34. "index_names": "RankID",
  35. "is_unique": true
  36. }
  37. ],
  38. "heads": [
  39. {
  40. "key": "排行榜ID",
  41. "name": "RankID",
  42. "side": "cs",
  43. "type_sjson": "int",
  44. "type_go": "int32",
  45. "type_cjson": "int",
  46. "type_csharp": "int"
  47. },
  48. {
  49. "key": "排行榜名称Lang",
  50. "name": "RankNameLang",
  51. "side": "c",
  52. "type_cjson": "string",
  53. "type_csharp": "string"
  54. },
  55. {
  56. "key": "排行榜排序",
  57. "name": "RankSort",
  58. "side": "c",
  59. "type_cjson": "int",
  60. "type_csharp": "int"
  61. },
  62. {
  63. "key": "排行榜类型",
  64. "name": "RankType",
  65. "side": "cs",
  66. "type_sjson": "int",
  67. "type_go": "int32",
  68. "type_cjson": "int",
  69. "type_csharp": "int"
  70. },
  71. {
  72. "key": "显示人数",
  73. "name": "ShowCount",
  74. "side": "s",
  75. "type_sjson": "int",
  76. "type_go": "int32",
  77. "type_cjson": "int",
  78. "type_csharp": "int"
  79. },
  80. {
  81. "key": "上榜人数",
  82. "name": "MaxRankCount",
  83. "side": "s",
  84. "type_sjson": "int",
  85. "type_go": "int",
  86. "type_cjson": "int",
  87. "type_csharp": "int"
  88. },
  89. {
  90. "key": "最低上榜值",
  91. "name": "MinRankValue",
  92. "side": "s",
  93. "type_sjson": "int",
  94. "type_go": "int64",
  95. "type_cjson": "int",
  96. "type_csharp": "int"
  97. }
  98. ]
  99. }
  100. ]
  101. }
  102. ]