类对象变更通知:PunishmentsApprovalDto的嵌套类对象UserSelfDto-》新增参数
All checks were successful
CodeChecker 变更检测 / code-check (push) Successful in 24s

This commit is contained in:
2026-06-09 17:28:13 +08:00
parent 3b12b1a540
commit 814095e618
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@@ -16,4 +16,6 @@ public class UserSelfDto {
private String userId;
/** 用户名称 */
private String userName;
/** 用户别名 */
private String nickName;
}