update BaseEntity添加创建部门

2.X
Yjoioooo 2023-05-05 14:05:37 +08:00
parent 07af5d0fbe
commit 05cdf0916a
1 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,12 @@ public class BaseEntity implements Serializable {
@TableField(exist = false)
private String searchValue;
/**
*
*/
@TableField(fill = FieldFill.INSERT)
private Long createDept;
/**
*
*/