切换用户sketch点赞记录存储方式;新增镜像和角度字段,存储前端需要的object
This commit is contained in:
@@ -67,4 +67,10 @@ public class DesignSingleItemDTO implements Serializable {
|
||||
|
||||
private PartialDesignDTO partialDesign;
|
||||
|
||||
@Schema(description = "镜像模式 ")
|
||||
private int[] transpose;
|
||||
|
||||
@Schema(description = "45")
|
||||
private double rotate;
|
||||
|
||||
}
|
||||
|
||||
@@ -59,4 +59,16 @@ public class DesignPythonOutfitVO {
|
||||
* 图层优先级 从10开始,优先级数字越大越靠近上层
|
||||
*/
|
||||
private Integer priority;
|
||||
|
||||
/**
|
||||
* 镜像模式
|
||||
*/
|
||||
@Schema(description = "镜像模式")
|
||||
private int[] transpose;
|
||||
|
||||
/**
|
||||
* 旋转角度
|
||||
*/
|
||||
@Schema(description = "旋转角度")
|
||||
private Double rotate;
|
||||
}
|
||||
|
||||
@@ -42,6 +42,8 @@ public class DesignSinglePrint implements Serializable {
|
||||
@Schema(description = "印花优先级")
|
||||
private Integer priority;
|
||||
|
||||
private String object;
|
||||
|
||||
public DesignSinglePrint() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user