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

This commit is contained in:
2026-06-09 17:05:33 +08:00
parent 290f562188
commit 3b12b1a540
2 changed files with 1 additions and 3 deletions

View File

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