mybatisplus优化调整

This commit is contained in:
tianliyong 2023-04-03 10:54:09 +08:00
parent 30d5a56fe9
commit 6521d39b43

View File

@ -22,7 +22,7 @@ public abstract class BaseEntity<T extends Model<?>> extends Model<T> {
*/
@TableLogic(value = "0", delval = "id")
@TableField(value = "is_delete", fill = FieldFill.INSERT)
private Long isDelete;
private Long isDelete = 0L;
/**
* 创建时间