| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- [
- {
- "excel_file_name": "J-交易所-货柜.xlsx",
- "sheets": [
- {
- "sheet_name": "Sheet1",
- "row_offset": 2,
- "outputs": [
- {
- "enable": true,
- "read_type": "type_sjson",
- "parser_id": "table",
- "file_name": "exchange_slot.json",
- "gen_codes": [
- {
- "read_type": "type_go"
- }
- ]
- },
- {
- "enable": true,
- "read_type": "type_cjson",
- "parser_id": "table_list",
- "file_name": "ExchangeSlotCfg.json",
- "gen_codes": [
- {
- "read_type": "type_csharp"
- }
- ]
- }
- ],
- "indexes": [
- {
- "index_names": "SlotType,ExchangeType",
- "is_unique": true
- }
- ],
- "heads": [
- {
- "key": "类型",
- "name": "SlotType",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "enum.ExchangeActType",
- "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": "FreeCount",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "解锁消耗",
- "name": "Cost",
- "side": "cs",
- "type_sjson": "array",
- "type_go": "types.Assets",
- "type_cjson": "string",
- "type_csharp": "ArrayIntList,ArrayIntListConverter"
- }
- ]
- }
- ]
- }
- ]
|