| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- [
- {
- "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_goods.json",
- "gen_codes": [
- {
- "read_type": "type_go"
- }
- ]
- },
- {
- "enable": true,
- "read_type": "type_cjson",
- "parser_id": "table_list",
- "file_name": "ShopGoodsCfg.json",
- "gen_codes": [
- {
- "read_type": "type_csharp"
- }
- ]
- }
- ],
- "indexes": [
- {
- "index_names": "ShopPoolID,GoodsID",
- "is_unique": true
- },
- {
- "index_names": "ShopPoolID"
- }
- ],
- "heads": [
- {
- "key": "商品库ID",
- "name": "ShopPoolID",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "商品ID",
- "name": "GoodsID",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "购买消耗",
- "name": "BuyCost",
- "side": "cs",
- "type_sjson": "array",
- "type_go": "types.Pair[int32,int32]",
- "type_cjson": "array",
- "type_csharp": "int[]"
- },
- {
- "key": "折扣",
- "name": "DiscountLang",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "一键购买排序",
- "name": "QuickBuySort",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "限定提示文本",
- "name": "BuyConditionLang",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "是否支持一键购买",
- "name": "QuickBuyType",
- "side": "c",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "购买条件",
- "name": "BuyCondition",
- "side": "cs",
- "type_sjson": "array",
- "type_go": "types.Pair[int32, int32]",
- "type_cjson": "array",
- "type_csharp": "int[]"
- },
- {
- "key": "购买上限",
- "name": "BuyLimit",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "购买奖励",
- "name": "Rewards",
- "side": "cs",
- "type_sjson": "array",
- "type_go": "types.Pair[int32,int32]",
- "type_cjson": "array",
- "type_csharp": "int[]"
- }
- ]
- }
- ]
- }
- ]
|