新增表结构

This commit is contained in:
zhang hongbo 2026-02-10 16:49:01 +08:00
parent da35eadd2b
commit ed4ed6a1ee
3 changed files with 31 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1136,6 +1136,37 @@
"string", "string",
"string" "string"
] ]
},
{
"in_file": "Guide.xlsx",
"out_file": "GuideReward.txt",
"sheet_name": "GuideReward",
"coloum_type": [
"int",
"string",
"int"
]
},
{
"in_file": "Friend.xlsx",
"out_file": "FriendConst.txt",
"sheet_name": "const",
"coloum_type": [
"int",
"string",
"int",
"string"
]
},
{
"in_file": "Charge.xlsx",
"out_file": "ChargeConst.txt",
"sheet_name": "Const",
"coloum_type": [
"int",
"string",
"string"
]
} }
] ]
} }