mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-11-16 00:59:56 +08:00
refactor: 物理删除 => 逻辑删除(适配已有唯一索引)
1.涉及逻辑删除调整表: main_table.sql:菜单表、部门表、角色表、用户表、用户社会化关联表、字典表、字典项表、消息表、公告表、存储表、文件表、客户端表、短信配置表 插件:应用表、租户表、租户套餐表 2.deleted 是否已删除(0:否;id:是)
This commit is contained in:
@@ -63,4 +63,9 @@ public class BaseDO extends BaseIdDO {
|
||||
*/
|
||||
@TableField(fill = FieldFill.UPDATE)
|
||||
private LocalDateTime updateTime;
|
||||
|
||||
/**
|
||||
* 是否已删除(0:否;id:是)
|
||||
*/
|
||||
private Long deleted;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user