TASK:男装逻辑;
This commit is contained in:
@@ -77,6 +77,12 @@ public class DesignPythonItem {
|
||||
public static List<String> SKIRT_TROUSERS = Arrays.asList(
|
||||
CollectionLevel2TypeEnum.SKIRT.getRealName(), CollectionLevel2TypeEnum.TROUSERS.getRealName());
|
||||
|
||||
public static List<String> TOPS = Arrays.asList(
|
||||
"Tops");
|
||||
|
||||
public static List<String> BOTTOMS = Arrays.asList(
|
||||
"Bottoms");
|
||||
|
||||
public static List<String> SYS_HAIRSTYLE_SHOES_BODY = Arrays.asList(
|
||||
SysFileLevel2TypeEnum.HAIRSTYLE.getRealName(), SysFileLevel2TypeEnum.SHOES.getRealName(),
|
||||
SysFileLevel2TypeEnum.EARRINGS.getRealName(),SysFileLevel2TypeEnum.BODY.getRealName());
|
||||
|
||||
Reference in New Issue
Block a user