| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- [
- {
- "excel_file_name": "D-道具-产出池.xlsx",
- "sheets": [
- {
- "sheet_name": "Sheet1",
- "row_offset": 1,
- "outputs": [
- {
- "enable": true,
- "read_type": "type_sjson",
- "parser_id": "table",
- "file_name": "gen_pool.json",
- "gen_codes": [
- {
- "read_type": "type_go"
- }
- ]
- }
- ],
- "indexes": [
- {
- "index_names": "ID"
- },
- {
- "index_names": "ID,ItemID",
- "is_unique": true
- }
- ],
- "heads": [
- {
- "key": "产出池ID",
- "name": "ID",
- "side": "s",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "道具ID",
- "name": "ItemID",
- "side": "s",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "数量",
- "name": "Num",
- "side": "s",
- "type_sjson": "int",
- "type_go": "int64",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "间隔时间类型",
- "name": "TimeType",
- "side": "s",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- }
- ]
- }
- ]
- }
- ]
|