mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
update 修改 BaseEntity 创建人, 修改人字段类型, 修改相关 LambdaQueryWrapper 类型判断 ;
update 修改 CreateAndUpdateMetaObjectHandler#insertFill 字段填充保存相关参数id ;
This commit is contained in:
@ -68,7 +68,7 @@ public class TestDemoVo implements Serializable {
|
||||
* 创建人
|
||||
*/
|
||||
@ExcelProperty(value = "创建人")
|
||||
private String createBy;
|
||||
private Long createBy;
|
||||
|
||||
/**
|
||||
* 更新时间
|
||||
@ -80,7 +80,7 @@ public class TestDemoVo implements Serializable {
|
||||
* 更新人
|
||||
*/
|
||||
@ExcelProperty(value = "更新人")
|
||||
private String updateBy;
|
||||
private Long updateBy;
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user