mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
fix 修复 翻译模块 无法翻译实体属性值为 Null 的字段的问题
This commit is contained in:
@ -61,7 +61,7 @@ public class SysNoticeVo implements Serializable {
|
||||
* 创建人名称
|
||||
*/
|
||||
@Translation(type = TransConstant.USER_ID_TO_NAME, mapper = "createBy")
|
||||
private String createByName = "";
|
||||
private String createByName;
|
||||
|
||||
/**
|
||||
* 创建时间
|
||||
|
Reference in New Issue
Block a user