BUGFIX:系统模特高宽默认1050 500;

This commit is contained in:
shahaibo
2023-10-09 10:26:10 +08:00
parent e7ea5c2a2a
commit 26f4566fac
6 changed files with 23 additions and 33 deletions

View File

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