mybatisplus优化调整
This commit is contained in:
parent
30d5a56fe9
commit
6521d39b43
@ -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;
|
||||
|
||||
/**
|
||||
* 创建时间
|
||||
|
||||
Loading…
Reference in New Issue
Block a user