PunishmentsApprovalDto-新增参数测试
All checks were successful
CodeChecker 变更检测 / code-check (push) Successful in 23s

This commit is contained in:
2026-06-09 15:41:36 +08:00
parent ac558bdc89
commit c8840e2af0
2 changed files with 8 additions and 0 deletions

View File

@@ -19,6 +19,9 @@ public class PunishmentsApprovalDto {
/** 用户Id 暂弃 */
private String userId;
/** testId */
private String testId;
/** 惩罚核算日 */
private Date day;