TASK:模块化;

This commit is contained in:
shahaibo
2025-04-22 13:48:36 +08:00
parent b19bbf91f2
commit aa1c48fcfe
6 changed files with 118 additions and 2 deletions

View File

@@ -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;