update BaseEntity添加创建部门
parent
07af5d0fbe
commit
05cdf0916a
|
|
@ -29,6 +29,12 @@ public class BaseEntity implements Serializable {
|
|||
@TableField(exist = false)
|
||||
private String searchValue;
|
||||
|
||||
/**
|
||||
* 创建部门
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT)
|
||||
private Long createDept;
|
||||
|
||||
/**
|
||||
* 创建者
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue