C-常量.json 737 B

1234567891011121314151617181920212223242526272829303132333435
  1. [
  2. {
  3. "excel_file_name": "C-常量.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": "const",
  13. "file_name": "const.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": "const",
  24. "file_name": "ConstCfg.json",
  25. "gen_codes": [
  26. {
  27. "read_type": "type_csharp"
  28. }
  29. ]
  30. }
  31. ]
  32. }
  33. ]
  34. }
  35. ]