PunishmentsApprovalDto- UserSelfDto类对象参数 - 嵌套对象 - 修改参数名称
All checks were successful
CodeChecker 变更检测 / code-check (push) Successful in 25s

This commit is contained in:
2026-06-09 16:51:27 +08:00
parent 89f1b0ceb7
commit 8aa506a807

View File

@@ -17,5 +17,5 @@ public class UserSelfDto {
/** 用户名称 */
private String userName;
/** 用户别名 */
private Integer nickName;
private Integer nickName1;
}