D-道具-产出池.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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": "gen_pool.json",
  14. "gen_codes": [
  15. {
  16. "read_type": "type_go"
  17. }
  18. ]
  19. }
  20. ],
  21. "indexes": [
  22. {
  23. "index_names": "ID"
  24. },
  25. {
  26. "index_names": "ID,ItemID",
  27. "is_unique": true
  28. }
  29. ],
  30. "heads": [
  31. {
  32. "key": "产出池ID",
  33. "name": "ID",
  34. "side": "s",
  35. "type_sjson": "int",
  36. "type_go": "int32",
  37. "type_cjson": "int",
  38. "type_csharp": "int"
  39. },
  40. {
  41. "key": "道具ID",
  42. "name": "ItemID",
  43. "side": "s",
  44. "type_sjson": "int",
  45. "type_go": "int32",
  46. "type_cjson": "int",
  47. "type_csharp": "int"
  48. },
  49. {
  50. "key": "数量",
  51. "name": "Num",
  52. "side": "s",
  53. "type_sjson": "int",
  54. "type_go": "int64",
  55. "type_cjson": "int",
  56. "type_csharp": "int"
  57. },
  58. {
  59. "key": "间隔时间类型",
  60. "name": "TimeType",
  61. "side": "s",
  62. "type_sjson": "int",
  63. "type_go": "int32",
  64. "type_cjson": "int",
  65. "type_csharp": "int"
  66. }
  67. ]
  68. }
  69. ]
  70. }
  71. ]