修改 design single功能
This commit is contained in:
@@ -66,4 +66,16 @@ public class SysFile implements Serializable {
|
||||
* 更新时间
|
||||
*/
|
||||
private Date updateDate;
|
||||
|
||||
public SysFile() {
|
||||
}
|
||||
|
||||
public SysFile(String level1Type, String level2Type, String name, String md5, String url,Date createDate) {
|
||||
this.level1Type = level1Type;
|
||||
this.level2Type = level2Type;
|
||||
this.name = name;
|
||||
this.md5 = md5;
|
||||
this.url = url;
|
||||
this.createDate = createDate;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,6 +30,8 @@ public class TDesignPythonOutfit implements Serializable {
|
||||
@ApiModelProperty(value = "ID")
|
||||
@TableId(value = "id", type = IdType.AUTO)
|
||||
private Long id;
|
||||
|
||||
private Long designItemId;
|
||||
/**
|
||||
* 关联的design ID
|
||||
*/
|
||||
|
||||
@@ -50,6 +50,9 @@ public class TDesignPythonOutfitDetail implements Serializable {
|
||||
*/
|
||||
@ApiModelProperty(value = "图层")
|
||||
private String imageCategory;
|
||||
|
||||
@ApiModelProperty(value = "图层大小")
|
||||
private String imageSize;
|
||||
/**
|
||||
* 对应的图片的绝对路径
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user