大屏项目初始化

This commit is contained in:
2026-03-05 22:34:15 +08:00
parent 3ee4fbfd8c
commit 6660606083
13 changed files with 39 additions and 0 deletions

View File

@@ -185,4 +185,7 @@ public class ItemInfo implements Serializable {
*/
@TableField("is_deleted")
private String isDeleted;
@TableField(exist = false)
private Boolean isEdit;
}