Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -27,7 +27,10 @@ public enum CollectionLevel2TypeEnum {
|
|||||||
/**
|
/**
|
||||||
* 裤子
|
* 裤子
|
||||||
*/
|
*/
|
||||||
TROUSERS("Trousers");
|
TROUSERS("Trousers"),
|
||||||
|
TOPS("Tops"),
|
||||||
|
BOTTOMS("Bottoms"),
|
||||||
|
;
|
||||||
|
|
||||||
private String realName;
|
private String realName;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user