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

This commit is contained in:
shahaibo
2023-12-11 14:35:21 +08:00
8 changed files with 80 additions and 24 deletions

View File

@@ -28,7 +28,13 @@ public enum CollectionLevel2TypeEnum {
* 裤子
*/
TROUSERS("Trousers"),
/**
* 男装上装
*/
TOPS("Tops"),
/**
* 男装下装
*/
BOTTOMS("Bottoms"),
;