不等比缩放
This commit is contained in:
@@ -44,7 +44,7 @@ public class DesignSingleItemDTO implements Serializable {
|
||||
private List<Long> offset;
|
||||
|
||||
@ApiModelProperty("图层缩放比例")
|
||||
private Float scale;
|
||||
private Float[] scale;
|
||||
|
||||
@NotNull(message = "priority.cannot.be.empty")
|
||||
@ApiModelProperty("图层优先级")
|
||||
|
||||
@@ -23,7 +23,7 @@ public class DesignPythonOutfitVO {
|
||||
private String imageCategory;
|
||||
|
||||
/**
|
||||
* 图层大小
|
||||
* 图层大小(前后片大小)
|
||||
*/
|
||||
@ApiModelProperty(value = "图层大小")
|
||||
private List<Long> imageSize;
|
||||
@@ -55,7 +55,7 @@ public class DesignPythonOutfitVO {
|
||||
* 图层缩放比例
|
||||
*/
|
||||
@ApiModelProperty(value = "缩放比例")
|
||||
private Float scale = 1.0f;
|
||||
private Float[] scale = new Float[]{1.0f,1.0f};
|
||||
/**
|
||||
* 图层优先级 从10开始,优先级数字越大越靠近上层
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user