PunishmentsApprovalDto-类对象参数 - 嵌套对象 - 新增参数
All checks were successful
CodeChecker 变更检测 / code-check (push) Successful in 20s

This commit is contained in:
2026-06-09 16:05:01 +08:00
parent 850f000f86
commit cd82403e80

View File

@@ -14,6 +14,8 @@ import lombok.Setter;
public class UserSelfDto {
/** 用户id */
private String userId;
/** 测试ID */
private String testId;
/** 用户名称 */
private String userName;
}