BUGFIX:模特;

This commit is contained in:
shahaibo
2023-10-05 13:37:42 +08:00
parent 9d1d555032
commit 907184d2eb
10 changed files with 87 additions and 9 deletions

View File

@@ -21,6 +21,8 @@ public class DesignCollectionVO {
@ApiModelProperty("design生成的图片 数组")
private List<DesignCollectionItemVO> designCollectionItems;
private String processId;
public DesignCollectionVO() {
}
}

View File

@@ -34,4 +34,8 @@ public class SysFileVO implements Serializable {
*/
private String md5;
private Integer high;
private Integer width;
}