ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/web/domain/BaseEntity.java
@@ -32,10 +32,16 @@ private String searchValue; /** * 创建部门 */ @TableField(fill = FieldFill.INSERT) private Long createDept; /** * 创建者 */ @TableField(fill = FieldFill.INSERT) private String createBy; private Long createBy; /** * 创建时间 @@ -47,7 +53,7 @@ * 更新者 */ @TableField(fill = FieldFill.INSERT_UPDATE) private String updateBy; private Long updateBy; /** * 更新时间