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

This commit is contained in:
2026-06-08 13:35:45 +08:00
parent 9010792b6e
commit 5105a460e0

View File

@@ -16,7 +16,7 @@ import java.util.Date;
public class ApplyAttendanceChangeDto { public class ApplyAttendanceChangeDto {
/** 流程主键 */ /** 流程主键 */
private String taskId; private Integer taskId;
/** 流程标题 */ /** 流程标题 */
private String flowTitle; private String flowTitle;
/** 申请人员 */ /** 申请人员 */