dev fix:designSingle代码本地提交 sysfile加入style字段

This commit is contained in:
litianxiang
2025-11-27 11:33:20 +08:00
parent a2ff345da5
commit 1c782f8fd7
2 changed files with 162 additions and 64 deletions

View File

@@ -67,6 +67,11 @@ public class SysFile implements Serializable {
*/
private Date updateDate;
/**
* 风格样式
*/
private String style;
public SysFile() {
}