fix 修复 oss 列表 用户名回显错误
parent
ae54a9eaad
commit
36515742ca
|
|
@ -55,8 +55,13 @@ public class SysOssVo implements Serializable {
|
||||||
/**
|
/**
|
||||||
* 上传人
|
* 上传人
|
||||||
*/
|
*/
|
||||||
@Translation(type = TransConstant.USER_ID_TO_NAME)
|
private Long createBy;
|
||||||
private String createBy;
|
|
||||||
|
/**
|
||||||
|
* 上传人名称
|
||||||
|
*/
|
||||||
|
@Translation(type = TransConstant.USER_ID_TO_NAME, mapper = "createBy")
|
||||||
|
private String createByName;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 服务商
|
* 服务商
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue