ApplyAttendanceChangeDto&ApplyAttendanceChangeDto 都修改
All checks were successful
类变更检测 / class-change-check (push) Successful in 16s

This commit is contained in:
2026-06-08 16:10:39 +08:00
parent e6c90eccff
commit ba1cc6aa4e
2 changed files with 3 additions and 5 deletions

View File

@@ -35,8 +35,8 @@ public class ApplyAttendanceChangeDto {
private Date offWorkTime; private Date offWorkTime;
/** 变更类型(-1: 缺卡, 1: 正常, 2: 迟到, 3: 早退) */ /** 变更类型(-1: 缺卡, 1: 正常, 2: 迟到, 3: 早退) */
private String changeType; private String changeType;
/** 变更分钟数统计 */ /** 变更分钟数 */
private Integer changeMinutes; private String changeMinute;
/** 变更类型 + 分钟数 */ /** 变更类型 + 分钟数 */
private String[] changeData; private String[] changeData;
/** 变更理由 */ /** 变更理由 */

View File

@@ -17,9 +17,7 @@ import java.util.List;
public class ApplyAttendanceOutsideDto { public class ApplyAttendanceOutsideDto {
/** 审批id */ /** 审批id */
private String taskId; private Integer taskId;
/** 流程主键 */
private String flowId;
/** 流程标题 */ /** 流程标题 */
private String flowTitle; private String flowTitle;
/** 申请人id */ /** 申请人id */