待审核列表使用nickname

This commit is contained in:
cjw 2024-07-04 10:50:19 +08:00
parent 6267fd5b5a
commit 96d690580a
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ public class SysOssResourceVo implements Serializable {
private Date createTime;
@Translation(type = TransConstant.USER_ID_TO_NAME)
@Translation(type = TransConstant.USER_ID_TO_NICKNAME)
private Long createBy;
@Translation(type = TransConstant.DEPT_ID_TO_NAME)

View File

@ -72,7 +72,7 @@ public class SysOssTextbookVo implements Serializable {
private Date createTime;
@Translation(type = TransConstant.USER_ID_TO_NAME)
@Translation(type = TransConstant.USER_ID_TO_NICKNAME)
private Long createBy;
@Translation(type = TransConstant.DEPT_ID_TO_NAME)