修改删除

This commit is contained in:
wuchunlei
2024-12-04 15:32:26 +08:00
parent 1094f986c1
commit de2e71062b
2 changed files with 3 additions and 3 deletions

View File

@@ -68,9 +68,9 @@ public class BookChapterContentEntity implements Serializable {
*/
private Integer level;
/**
*
*
*/
@TableLogic
// @TableLogic 真删除,数据太多
private Integer delFlag;
}