TASK:上传回显;
This commit is contained in:
@@ -14,7 +14,9 @@ public enum Module implements IEnumDisplay {
|
||||
poseTransfer("Pose Transfer"),
|
||||
canvas("Canvas"),
|
||||
patternMaking3D("3D Pattern Making"),
|
||||
deReconstruction("De/Reconstruction");
|
||||
deReconstruction("De/Reconstruction"),
|
||||
uploadElement("UploadElement"),
|
||||
;
|
||||
|
||||
private final String value;
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
package com.ai.da.model.vo;
|
||||
|
||||
import com.ai.da.mapper.primary.entity.ToProductElement;
|
||||
import com.ai.da.model.dto.PortfolioDTO;
|
||||
import com.ai.da.model.dto.ToProductImageDTO;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
@@ -37,4 +38,6 @@ public class ModuleChooseVO {
|
||||
private ThreeDModuleVO patternMaking3D;
|
||||
|
||||
private List<CollectionElementVO> mannequin;
|
||||
|
||||
private List<ToProductElement> uploadElement;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user