| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- [
- {
- "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"
- }
- ]
- }
- ]
- }
- ]
|