TASK:designSingle 添加多件衣服并允许添加相同类型的服装
This commit is contained in:
@@ -84,6 +84,11 @@ public class DesignItemDetail implements Serializable {
|
||||
*/
|
||||
private String printJson;
|
||||
|
||||
/**
|
||||
* item的优先级
|
||||
*/
|
||||
private Integer priority;
|
||||
|
||||
/**
|
||||
* 创建时间
|
||||
*/
|
||||
|
||||
@@ -86,6 +86,11 @@ public class TDesignPythonOutfitDetail implements Serializable {
|
||||
*/
|
||||
@ApiModelProperty(value = "用户ID")
|
||||
private Long userId;
|
||||
/**
|
||||
* 图层优先级
|
||||
*/
|
||||
@ApiModelProperty(value = "图层优先级")
|
||||
private Integer priority;
|
||||
/**
|
||||
* 创建时间
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user