TASK:mannequin;
This commit is contained in:
@@ -46,4 +46,7 @@ public class CollectionElementVO {
|
||||
|
||||
private List<String> segmentedImages;
|
||||
|
||||
private Long mannequinRelationId;
|
||||
private String mannequinRelationType;
|
||||
|
||||
}
|
||||
|
||||
@@ -40,5 +40,9 @@ public class DesignLibraryModelPointVO implements Serializable {
|
||||
|
||||
private String templateUrl;
|
||||
|
||||
private Long relationId;
|
||||
|
||||
private String relationType;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -35,4 +35,6 @@ public class ModuleChooseVO {
|
||||
private SketchReconstructionVO deReconstruction;
|
||||
|
||||
private ThreeDModuleVO patternMaking3D;
|
||||
|
||||
private List<CollectionElementVO> mannequin;
|
||||
}
|
||||
|
||||
@@ -6,6 +6,8 @@ import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@AllArgsConstructor
|
||||
@Data
|
||||
@ApiModel("用户choose详细-响应")
|
||||
@@ -15,7 +17,7 @@ public class UserLikeChooseVO {
|
||||
private Long userGroupId;
|
||||
|
||||
@ApiModelProperty("分组详细数组")
|
||||
private java.util.List<UserLikeVO> userLikeDetails;
|
||||
private List<UserLikeVO> userLikeDetails;
|
||||
|
||||
@ApiModelProperty("关联的collection")
|
||||
private UserLikeCollectionVO collection;
|
||||
|
||||
@@ -2,6 +2,7 @@ package com.ai.da.model.vo;
|
||||
|
||||
import com.ai.da.mapper.primary.entity.CollectionElement;
|
||||
import com.ai.da.model.dto.CollectionColorDTO;
|
||||
import com.ai.da.model.dto.MannequinDTO;
|
||||
import com.ai.da.python.vo.DesignPythonItemPrint;
|
||||
import com.google.common.collect.Lists;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
@@ -59,4 +60,5 @@ public class ValidateElementVO {
|
||||
private Long brandId;
|
||||
|
||||
private Double brandScale;
|
||||
private List<DesignLibraryModelPointVO> mannequins;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user