配饰更换为其他
This commit is contained in:
@@ -14,7 +14,7 @@ public enum FemalePosition implements IEnumDisplay {
|
||||
DRESS("Dress"),
|
||||
TROUSERS("Trousers"),
|
||||
SKIRT("Skirt"),
|
||||
ACCESSORIES("Accessories");
|
||||
OTHERS("Others");
|
||||
|
||||
private String value;
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ public enum MalePosition implements IEnumDisplay {
|
||||
TOPS("Tops"),
|
||||
BOTTOMS("Bottoms"),
|
||||
OUTWEAR("Outwear"),
|
||||
ACCESSORIES("Accessories");
|
||||
OTHERS("Others");
|
||||
|
||||
private String value;
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ public enum Position implements IEnumDisplay {
|
||||
SLOGAN("Slogan"),
|
||||
LOGO("Logo"),
|
||||
PATTERN("Pattern"),
|
||||
ACCESSORIES("Accessories");
|
||||
OTHERS("Others");
|
||||
|
||||
private String value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user