TASK:模块化;
This commit is contained in:
@@ -5,8 +5,8 @@ import com.fasterxml.jackson.annotation.JsonValue;
|
||||
public enum BuildType implements IEnumDisplay {
|
||||
DESIGN("design"),
|
||||
TO_PRODUCT_IMAGE("toProductImage"),
|
||||
|
||||
RELIGHT("relight")
|
||||
RELIGHT("relight"),
|
||||
POSE_TRANSFORM("poseTransform")
|
||||
;
|
||||
|
||||
private String value;
|
||||
|
||||
Reference in New Issue
Block a user