待审核列表使用nickname
This commit is contained in:
parent
6267fd5b5a
commit
96d690580a
|
@ -65,7 +65,7 @@ public class SysOssResourceVo implements Serializable {
|
||||||
|
|
||||||
private Date createTime;
|
private Date createTime;
|
||||||
|
|
||||||
@Translation(type = TransConstant.USER_ID_TO_NAME)
|
@Translation(type = TransConstant.USER_ID_TO_NICKNAME)
|
||||||
private Long createBy;
|
private Long createBy;
|
||||||
|
|
||||||
@Translation(type = TransConstant.DEPT_ID_TO_NAME)
|
@Translation(type = TransConstant.DEPT_ID_TO_NAME)
|
||||||
|
|
|
@ -72,7 +72,7 @@ public class SysOssTextbookVo implements Serializable {
|
||||||
|
|
||||||
private Date createTime;
|
private Date createTime;
|
||||||
|
|
||||||
@Translation(type = TransConstant.USER_ID_TO_NAME)
|
@Translation(type = TransConstant.USER_ID_TO_NICKNAME)
|
||||||
private Long createBy;
|
private Long createBy;
|
||||||
|
|
||||||
@Translation(type = TransConstant.DEPT_ID_TO_NAME)
|
@Translation(type = TransConstant.DEPT_ID_TO_NAME)
|
||||||
|
|
Loading…
Reference in New Issue