转换配置表为csv格式

This commit is contained in:
flswld
2023-01-06 11:16:59 +08:00
parent 7596d87bb4
commit b6512b58c2
814 changed files with 320715 additions and 54 deletions

View File

@@ -0,0 +1,18 @@
调查ID,所属城市ID,后续调查ID,解锁OpenState,解锁等级,奖励ID,调查类型
10001,1,10002,1101,,450001,0
10002,1,10003,,,450002,0
10003,1,10004,,,450003,0
10004,1,10005,,,450004,0
10005,1,10006,,,450005,0
10006,1,10007,,,450006,0
10007,1,10008,,,450007,0
10008,1,10009,,,450008,0
10009,1,,,,450009,0
20001,1,20002,1500,,4100100,1
20002,1,20003,,,4100200,1
20003,1,20004,,,4100300,1
20004,1,,,,4100400,1
30001,1,,,20,450001,2
30002,1,,,25,450001,2
30003,1,,,30,450001,2
30004,1,,,35,450001,2
1 调查ID 所属城市ID 后续调查ID 解锁OpenState 解锁等级 奖励ID 调查类型
2 10001 1 10002 1101 450001 0
3 10002 1 10003 450002 0
4 10003 1 10004 450003 0
5 10004 1 10005 450004 0
6 10005 1 10006 450005 0
7 10006 1 10007 450006 0
8 10007 1 10008 450007 0
9 10008 1 10009 450008 0
10 10009 1 450009 0
11 20001 1 20002 1500 4100100 1
12 20002 1 20003 4100200 1
13 20003 1 20004 4100300 1
14 20004 1 4100400 1
15 30001 1 20 450001 2
16 30002 1 25 450001 2
17 30003 1 30 450001 2
18 30004 1 35 450001 2