1. 新建统一的查询用户名称工具类

2. 新增业务附件带 url 查询返回 创建人信息
This commit is contained in:
chenbowen
2025-09-23 14:57:06 +08:00
parent fab444aa8c
commit 39963e6ae2
5 changed files with 184 additions and 9 deletions

View File

@@ -46,4 +46,14 @@ public class BusinessFileWithUrlRespDTO extends BusinessFileRespDTO {
*/
private Integer fileSize;
/**
* 创建人
*/
private String creator;
/**
* 创建人名称
*/
private String creatorName;
}