refactor: 移除sys_log表中的逻辑删除标识,并在DictItem实体中添加创建人和更新人ID字段
This commit is contained in:
@@ -50,4 +50,14 @@ public class DictItem extends BaseEntity {
|
||||
* 标签类型
|
||||
*/
|
||||
private String tagType;
|
||||
|
||||
/**
|
||||
* 创建人 ID
|
||||
*/
|
||||
private Long createBy;
|
||||
|
||||
/**
|
||||
* 更新人 ID
|
||||
*/
|
||||
private Long updateBy;
|
||||
}
|
||||
Reference in New Issue
Block a user