[ { "excel_file_name": "J-交易所-商品.xlsx", "sheets": [ { "sheet_name": "Sheet1", "row_offset": 1, "outputs": [ { "enable": true, "read_type": "type_sjson", "parser_id": "table", "file_name": "exchange_goods.json", "gen_codes": [ { "read_type": "type_go" } ] }, { "enable": true, "read_type": "type_cjson", "parser_id": "table_list", "file_name": "ExchangeGoodsCfg.json", "gen_codes": [ { "read_type": "type_csharp" } ] } ], "indexes": [ { "index_names": "ID", "is_unique": true } ], "heads": [ { "key": "商品ID", "name": "ID", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "交易所类型", "name": "ExchangeType", "side": "cs", "type_sjson": "int", "type_go": "enum.ExchangeType", "type_cjson": "int", "type_csharp": "int" }, { "key": "商品分类", "name": "ItemType", "side": "cs", "type_sjson": "int", "type_go": "enum.ExchangeItemType", "type_cjson": "int", "type_csharp": "int" }, { "key": "排序", "name": "Sort", "side": "c", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "交易道具ID", "name": "ItemID", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "单位价格区间(下限)", "name": "MinPrice", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "单位价区间(上限)", "name": "MaxPrice", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "数量单位", "name": "unitQty", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "价格单位Lang", "name": "PriceQtyLang", "side": "c", "type_sjson": "string", "type_go": "string", "type_cjson": "string", "type_csharp": "string" }, { "key": "数量单位Lang", "name": "unitQtyLang", "side": "c", "type_sjson": "string", "type_go": "string", "type_cjson": "string", "type_csharp": "string" }, { "key": "最大数量", "name": "MaxCount", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "最小数量", "name": "MinCount", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "手续费(百分比)", "name": "FeeRate", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "最低手续费", "name": "MinFee", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "装备解绑消耗", "name": "UnbindCost", "side": "cs", "type_sjson": "array", "type_go": "types.Assets", "type_cjson": "string", "type_csharp": "ArrayIntList,ArrayIntListConverter" } ] } ] } ]