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

This commit is contained in:
2026-06-09 15:51:15 +08:00
parent 75c5d5c70b
commit a38245bb9b

View File

@@ -17,7 +17,7 @@ public class PunishmentsApprovalDto {
private String id;
/** 用户Id 暂弃 */
private String userId;
private Integer userId;
/** 惩罚核算日 */
private Date day;