转换配置表为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,24 @@
点位ID,动作类型,支持类型1,支持类型2
1,2,1,
2,1,1,
3,2,1,
4,2,1,
5,1,1,
6,2,1,
7,,,
101,2,1,
102,2,1,
111,1,1,
201,2,1,
202,2,1,
203,2,1,
211,1,1,
301,2,1,
302,2,1,
303,2,1,
311,1,1,
401,2,1,
402,2,1,
411,1,1,
511,1,1,
512,1,1,
1 点位ID 动作类型 支持类型1 支持类型2
2 1 2 1
3 2 1 1
4 3 2 1
5 4 2 1
6 5 1 1
7 6 2 1
8 7
9 101 2 1
10 102 2 1
11 111 1 1
12 201 2 1
13 202 2 1
14 203 2 1
15 211 1 1
16 301 2 1
17 302 2 1
18 303 2 1
19 311 1 1
20 401 2 1
21 402 2 1
22 411 1 1
23 511 1 1
24 512 1 1