[ { "excel_file_name": "S-商店.xlsx", "sheets": [ { "sheet_name": "Sheet1", "row_offset": 1, "outputs": [ { "enable": true, "read_type": "type_sjson", "parser_id": "table", "file_name": "shop.json", "gen_codes": [ { "read_type": "type_go" } ] }, { "enable": true, "read_type": "type_cjson", "parser_id": "table_list", "file_name": "ShopCfg.json", "gen_codes": [ { "read_type": "type_csharp" } ] } ], "indexes": [ { "index_names": "ShopID", "is_unique": true } ], "heads": [ { "key": "商店ID", "name": "ShopID", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "商店名称Lang", "name": "NameLang", "side": "c", "type_sjson": "string", "type_go": "string", "type_cjson": "string", "type_csharp": "string" }, { "key": "是否显示在商店中", "name": "ShowInShop", "side": "c", "type_sjson": "bool", "type_go": "bool", "type_cjson": "bool", "type_csharp": "bool" }, { "key": "商店类型", "name": "ShopType", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "商店排序", "name": "SortIndex", "side": "c", "type_cjson": "int", "type_csharp": "int" }, { "key": "重置类型", "name": "ResetType", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "解锁类型", "name": "UnlockType", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "解锁值", "name": "UnlockValue", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "商品库", "name": "ShopPools", "side": "cs", "type_sjson": "array", "type_go": "types.PairList[int32, int32]", "type_cjson": "string", "type_csharp": "ArrayIntList,ArrayIntListConverter" }, { "key": "是否有一键购买", "name": "QuickBuy", "side": "c", "type_cjson": "bool", "type_csharp": "bool" }, { "key": "资源栏展示", "name": "CurrenyIds", "side": "c", "type_cjson": "array", "type_csharp": "int[]" }, { "key": "功能id", "name": "FuncId", "side": "c", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" } ] } ] } ]