提交 53e124dd authored 作者: hzh's avatar hzh

代码优化

上级 2cdc2f82
...@@ -53,8 +53,11 @@ public class SysUserProjectVo implements Serializable { ...@@ -53,8 +53,11 @@ public class SysUserProjectVo implements Serializable {
/** /**
* 创建人 * 创建人
*/ */
@Translation(type = TransConstant.USER_ID_TO_NAME)
private Long createBy; private Long createBy;
@Translation(type = TransConstant.USER_ID_TO_NICKNAME,mapper = "createBy" )
private String createNickName;
@Translation(type = TransConstant.USER_ID_TO_NAME,mapper = "createBy" )
private String createUserName;
/** /**
* 账号名称 * 账号名称
......
...@@ -132,8 +132,11 @@ public class SysUserVo implements Serializable { ...@@ -132,8 +132,11 @@ public class SysUserVo implements Serializable {
/** /**
* 创建人 * 创建人
*/ */
@Translation(type = TransConstant.USER_ID_TO_NAME)
private Long createBy; private Long createBy;
@Translation(type = TransConstant.USER_ID_TO_NICKNAME,mapper = "createBy" )
private String createNickName;
@Translation(type = TransConstant.USER_ID_TO_NAME,mapper = "createBy" )
private String createUserName;
/** /**
* 创建时间 * 创建时间
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论