BUGFIX: 男装 outwear single design;

This commit is contained in:
shahaibo
2023-11-09 13:19:18 +08:00
parent ebbe39468e
commit f3fcaa3ed6
5 changed files with 178 additions and 5 deletions

View File

@@ -80,8 +80,8 @@ public class DesignPythonItem {
public static List<String> SKIRT_TROUSERS = Arrays.asList(
CollectionLevel2TypeEnum.SKIRT.getRealName(), CollectionLevel2TypeEnum.TROUSERS.getRealName());
public static List<String> OUTERWEAR = Arrays.asList(
"OuterWear");
public static List<String> OUTWEAR = Arrays.asList(
"Outwear");
public static List<String> TOPS = Arrays.asList(
"Tops");