{ "excel_file_path": "../", "@excel_file_path": "excel文件相对路径", "describe_path": "../describe/", "@describe_path": "excel描述文件相对路径", "template_path": "./template/", "@template_path": "模板文件相对路径", "exclude_excel_files": [ "a.xlsx" ], "@exclude_excel_files": "排除的excel文件列表", "export_files": [ { "enable": true, "read_type": "type_sjson", "path": "../output/server_json/", "code_files": [ { "enable": true, "read_type": "type_go", "path": "../output/server_go/" } ] } ] }