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

This commit is contained in:
2026-06-09 17:40:33 +08:00
parent 3af30b355a
commit 8b60a84b56

View File

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