attribute 字段名规范

This commit is contained in:
zhouchengrong
2024-03-28 10:10:13 +08:00
parent 455b56ca2d
commit 89a205329a
10 changed files with 94 additions and 94 deletions

View File

@@ -1,15 +1,15 @@
labelName,join_attr,taskName,taskId
Bandeau,attr_toptype_1,Top_Type,2
Blouse,attr_toptype_2,Top_Type,2
Bodysuit,attr_toptype_3,Top_Type,2
Bralets,attr_toptype_4,Top_Type,2
Camisole,attr_toptype_5,Top_Type,2
Crop Top,attr_toptype_6,Top_Type,2
Hoodie,attr_toptype_7,Top_Type,2
Pullover,attr_toptype_8,Top_Type,2
Polo shirt,attr_toptype_9,Top_Type,2
Shirt,attr_toptype_10,Top_Type,2
strapeless,attr_toptype_11,Top_Type,2
Sweater,attr_toptype_12,Top_Type,2
Tank Top,attr_toptype_13,Top_Type,2
T-shirt,attr_toptype_14,Top_Type,2
Bandeau,attr_toptype_1,Type,2
Blouse,attr_toptype_2,Type,2
Bodysuit,attr_toptype_3,Type,2
Bralets,attr_toptype_4,Type,2
Camisole,attr_toptype_5,Type,2
Crop Top,attr_toptype_6,Type,2
Hoodie,attr_toptype_7,Type,2
Pullover,attr_toptype_8,Type,2
Polo shirt,attr_toptype_9,Type,2
Shirt,attr_toptype_10,Type,2
strapeless,attr_toptype_11,Type,2
Sweater,attr_toptype_12,Type,2
Tank Top,attr_toptype_13,Type,2
T-shirt,attr_toptype_14,Type,2
1 labelName join_attr taskName taskId
2 Bandeau attr_toptype_1 Top_Type Type 2
3 Blouse attr_toptype_2 Top_Type Type 2
4 Bodysuit attr_toptype_3 Top_Type Type 2
5 Bralets attr_toptype_4 Top_Type Type 2
6 Camisole attr_toptype_5 Top_Type Type 2
7 Crop Top attr_toptype_6 Top_Type Type 2
8 Hoodie attr_toptype_7 Top_Type Type 2
9 Pullover attr_toptype_8 Top_Type Type 2
10 Polo shirt attr_toptype_9 Top_Type Type 2
11 Shirt attr_toptype_10 Top_Type Type 2
12 strapeless attr_toptype_11 Top_Type Type 2
13 Sweater attr_toptype_12 Top_Type Type 2
14 Tank Top attr_toptype_13 Top_Type Type 2
15 T-shirt attr_toptype_14 Top_Type Type 2

View File

@@ -1,4 +1,4 @@
labelName,join_attr,taskName,taskId
Short,attr_Top_length_1,length,1
Regular,attr_Top_length_2,length,1
Long,attr_Top_length_3,length,1
Short,attr_Top_length_1,Length,1
Regular,attr_Top_length_2,Length,1
Long,attr_Top_length_3,Length,1
1 labelName join_attr taskName taskId
2 Short attr_Top_length_1 length Length 1
3 Regular attr_Top_length_2 length Length 1
4 Long attr_Top_length_3 length Length 1