TASK:代码提交;
This commit is contained in:
@@ -36,6 +36,8 @@ public class DesignCollectionDTO {
|
||||
|
||||
private String modelType;
|
||||
|
||||
private String modelSex;
|
||||
|
||||
@ApiModelProperty("templateId")
|
||||
private Long templateId;
|
||||
|
||||
|
||||
@@ -17,6 +17,8 @@ public class QueryLibraryPageServiceDTO extends PageQueryBaseVo {
|
||||
@ApiModelProperty("二级类型")
|
||||
private String level2Type;
|
||||
|
||||
private String modelSex;
|
||||
|
||||
@ApiModelProperty("类型 Top , Bottom ,Print ")
|
||||
private String type;
|
||||
|
||||
|
||||
@@ -41,6 +41,8 @@ public class ReDesignCollectionDTO {
|
||||
@ApiModelProperty("templateId")
|
||||
private Long templateId;
|
||||
|
||||
private String modelType;
|
||||
|
||||
@NotBlank(message = "singleOverall cannot be empty!")
|
||||
@ApiModelProperty("控制生成类型的参数,两个选项:outfit时候传 single , 另外一个传 overall")
|
||||
private String singleOverall;
|
||||
|
||||
Reference in New Issue
Block a user