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

字段新增&删除
This commit is contained in:
2026-06-08 15:22:18 +08:00
parent 6d8cc0eddc
commit fb575311d5

View File

@@ -16,9 +16,7 @@ import java.util.Date;
public class ApplyAttendanceChangeDto {
/** 流程主键 */
private Integer taskId;
/** 流程标题 */
private String flowTitle;
private String taskId;
/** 申请人员 */
private String applyUser;
/** 申请日期 */
@@ -36,9 +34,9 @@ public class ApplyAttendanceChangeDto {
/** 下班时间 */
private Date offWorkTime;
/** 变更类型(-1: 缺卡, 1: 正常, 2: 迟到, 3: 早退) */
private Integer changeType;
private String changeType;
/** 变更分钟数 */
private Integer changeMinute;
private String changeMinute;
/** 变更类型 + 分钟数 */
private String[] changeData;
/** 变更理由 */