| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- [
- {
- "excel_file_name": "D-地图-主城外观模型.xlsx",
- "sheets": [
- {
- "sheet_name": "Sheet1",
- "row_offset": 1,
- "outputs": [
- {
- "enable": true,
- "read_type": "type_cjson",
- "parser_id": "table_list",
- "file_name": "MapMainCityShowModelCfg.json",
- "gen_codes": [
- {
- "read_type": "type_csharp"
- }
- ]
- }
- ],
- "indexes": [
- {
- "index_names": "MainCityShowID",
- "is_unique": false
- }
- ],
- "heads": [
- {
- "key": "主城外观ID",
- "name": "MainCityShowID",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "模型",
- "name": "Model",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "预览图",
- "name": "PreViweImg",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "主城开始等级",
- "name": "StartLvl",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "主城结束等级",
- "name": "EndLvl",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- }
- ]
- }
- ]
- }
- ]
|