TASK:自动识别上传服装的类别
This commit is contained in:
@@ -28,7 +28,13 @@ public enum CollectionLevel2TypeEnum {
|
||||
* 裤子
|
||||
*/
|
||||
TROUSERS("Trousers"),
|
||||
/**
|
||||
* 男装上装
|
||||
*/
|
||||
TOPS("Tops"),
|
||||
/**
|
||||
* 男装下装
|
||||
*/
|
||||
BOTTOMS("Bottoms"),
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user