Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
xupei
2023-10-11 10:50:58 +08:00

View File

@@ -27,7 +27,10 @@ public enum CollectionLevel2TypeEnum {
/** /**
* 裤子 * 裤子
*/ */
TROUSERS("Trousers"); TROUSERS("Trousers"),
TOPS("Tops"),
BOTTOMS("Bottoms"),
;
private String realName; private String realName;