TASK:模块化;

This commit is contained in:
shahaibo
2025-04-22 15:26:55 +08:00
parent b83a416dda
commit aca21b9d98
3 changed files with 12 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ public enum BuildType implements IEnumDisplay {
DESIGN("design"),
TO_PRODUCT_IMAGE("toProductImage"),
RELIGHT("relight"),
POSE_TRANSFORM("poseTransform")
POSE_TRANSFORM("poseTransfer")
;
private String value;