ApplyAttendanceChangeDto
All checks were successful
类变更检测 / class-change-check (push) Successful in 20s

字段名&字段类型 都重构
This commit is contained in:
2026-06-08 15:55:08 +08:00
parent 8fa8199012
commit 717278de4a

View File

@@ -18,7 +18,7 @@ public class ApplyAttendanceChangeDto {
/** 流程主键集合 */
private String taskIds;
/** 申请人员 */
private String applyUser;
private Integer applyUser1;
/** 申请日期 */
private Date applyDate;
/** 变更人员id */