TASK:代码提交;

This commit is contained in:
shahaibo
2023-10-10 14:19:10 +08:00
parent 1f463aeaaa
commit 4a803d90f2
17 changed files with 405 additions and 143 deletions

View File

@@ -36,6 +36,8 @@ public class DesignCollectionDTO {
private String modelType;
private String modelSex;
@ApiModelProperty("templateId")
private Long templateId;

View File

@@ -17,6 +17,8 @@ public class QueryLibraryPageServiceDTO extends PageQueryBaseVo {
@ApiModelProperty("二级类型")
private String level2Type;
private String modelSex;
@ApiModelProperty("类型 Top , Bottom ,Print ")
private String type;

View File

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