design single 在用户submit时将上传的图片保存到library
This commit is contained in:
@@ -17,6 +17,12 @@ public class DesignItemClothesDetailVO {
|
||||
@ApiModelProperty("对应的上游id")
|
||||
private Long id;
|
||||
|
||||
@ApiModelProperty("该id末尾是否被加了随机数")
|
||||
private Boolean changed;
|
||||
|
||||
@ApiModelProperty("该图片来源 Collection / Library")
|
||||
private String designType;
|
||||
|
||||
@ApiModelProperty("对应的类型 有:Outwear,Dress,Blouse,Skirt,Trousers Shoes Hairstyle Earring Body")
|
||||
private String type;
|
||||
|
||||
|
||||
@@ -12,6 +12,9 @@ import java.util.List;
|
||||
@ApiModel("design single 印花详情")
|
||||
public class DesignSinglePrint {
|
||||
|
||||
@ApiModelProperty("印花是用户上传的还是从library中选的 collection/library")
|
||||
private String designType;
|
||||
|
||||
@ApiModelProperty("印花url")
|
||||
private String path;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user