H-活动.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. [
  2. {
  3. "excel_file_name": "H-活动.xlsx",
  4. "sheets": [
  5. {
  6. "sheet_name": "Sheet1",
  7. "row_offset": 1,
  8. "outputs": [
  9. {
  10. "enable": true,
  11. "read_type": "type_cjson",
  12. "parser_id": "table_list",
  13. "file_name": "ActivityCfg.json",
  14. "gen_codes": [
  15. {
  16. "read_type": "type_csharp"
  17. }
  18. ]
  19. }
  20. ],
  21. "indexes": [
  22. {
  23. "index_names": "ActivityID",
  24. "is_unique": true
  25. }
  26. ],
  27. "heads": [
  28. {
  29. "key": "ID",
  30. "name": "ActivityID",
  31. "side": "c",
  32. "type_cjson": "int",
  33. "type_csharp": "int"
  34. },
  35. {
  36. "key": "活动名字Lang",
  37. "name": "NameLang",
  38. "side": "c",
  39. "type_cjson": "string",
  40. "type_csharp": "string"
  41. },
  42. {
  43. "key": "显示顺序",
  44. "name": "Order",
  45. "side": "c",
  46. "type_cjson": "int",
  47. "type_csharp": "int"
  48. },
  49. {
  50. "key": "宣传图",
  51. "name": "ImgPoster",
  52. "side": "c",
  53. "type_cjson": "string",
  54. "type_csharp": "string"
  55. },
  56. {
  57. "key": "是否属于活动",
  58. "name": "ShowInWndActivity",
  59. "side": "c",
  60. "type_cjson": "int",
  61. "type_csharp": "int"
  62. }
  63. ]
  64. }
  65. ]
  66. }
  67. ]