1. 新建统一的查询用户名称工具类
2. 新增业务附件带 url 查询返回 创建人信息
This commit is contained in:
@@ -46,4 +46,14 @@ public class BusinessFileWithUrlRespDTO extends BusinessFileRespDTO {
|
||||
*/
|
||||
private Integer fileSize;
|
||||
|
||||
/**
|
||||
* 创建人
|
||||
*/
|
||||
private String creator;
|
||||
|
||||
/**
|
||||
* 创建人名称
|
||||
*/
|
||||
private String creatorName;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user