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

This commit is contained in:
2026-06-09 16:23:17 +08:00
parent cd82403e80
commit b97bdea716
2 changed files with 0 additions and 2 deletions

Binary file not shown.

View File

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