转换配置表为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,9 @@
ID,开启天数,开启顺序,GroupLinkID,ChallengeID,RewardID
1,1,1,20090201,1,3029201
2,1,2,20090202,1,3029202
3,4,3,20090203,1,3029203
4,4,4,20090204,1,3029204
5,7,5,20090205,1,3029205
6,7,6,20090206,1,3029206
7,10,7,20090207,1,3029207
8,10,8,20090208,1,3029208
1 ID 开启天数 开启顺序 GroupLinkID ChallengeID RewardID
2 1 1 1 20090201 1 3029201
3 2 1 2 20090202 1 3029202
4 3 4 3 20090203 1 3029203
5 4 4 4 20090204 1 3029204
6 5 7 5 20090205 1 3029205
7 6 7 6 20090206 1 3029206
8 7 10 7 20090207 1 3029207
9 8 10 8 20090208 1 3029208