PunishmentsApprovalDto-类对象参数 - 嵌套对象 - 新增参数
All checks were successful
CodeChecker 变更检测 / code-check (push) Successful in 20s
All checks were successful
CodeChecker 变更检测 / code-check (push) Successful in 20s
This commit is contained in:
@@ -14,6 +14,8 @@ import lombok.Setter;
|
|||||||
public class UserSelfDto {
|
public class UserSelfDto {
|
||||||
/** 用户id */
|
/** 用户id */
|
||||||
private String userId;
|
private String userId;
|
||||||
|
/** 测试ID */
|
||||||
|
private String testId;
|
||||||
/** 用户名称 */
|
/** 用户名称 */
|
||||||
private String userName;
|
private String userName;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user