designSingle 加入渐变色
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.ai.da.model.dto;
|
||||
|
||||
import com.ai.da.mapper.primary.entity.Gradient;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
@@ -48,9 +49,7 @@ public class DesignSingleItemDTO {
|
||||
@ApiModelProperty("图层优先级")
|
||||
private Integer priority;
|
||||
|
||||
@ApiModelProperty("渐变 起始/目标 颜色")
|
||||
private String gradient;
|
||||
@ApiModelProperty("渐变 颜色")
|
||||
private Gradient gradient;
|
||||
|
||||
@ApiModelProperty("渐变角度")
|
||||
private Float gradient_angle;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
package com.ai.da.model.vo;
|
||||
|
||||
import com.ai.da.mapper.primary.entity.Gradient;
|
||||
import com.ai.da.model.dto.DesignSinglePrintDTO;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
@@ -51,6 +52,9 @@ public class DesignItemClothesDetailVO {
|
||||
@ApiModelProperty("衣服所在图层")
|
||||
private Integer priority;
|
||||
|
||||
@ApiModelProperty("渐变色信息")
|
||||
private Gradient gradient;
|
||||
|
||||
public DesignItemClothesDetailVO() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user