ApplyAttendanceChangeDto&ApplyAttendanceChangeDto 都修改
All checks were successful
类变更检测 / class-change-check (push) Successful in 16s
All checks were successful
类变更检测 / class-change-check (push) Successful in 16s
This commit is contained in:
@@ -35,8 +35,8 @@ public class ApplyAttendanceChangeDto {
|
||||
private Date offWorkTime;
|
||||
/** 变更类型(-1: 缺卡, 1: 正常, 2: 迟到, 3: 早退) */
|
||||
private String changeType;
|
||||
/** 变更分钟数统计 */
|
||||
private Integer changeMinutes;
|
||||
/** 变更分钟数 */
|
||||
private String changeMinute;
|
||||
/** 变更类型 + 分钟数 */
|
||||
private String[] changeData;
|
||||
/** 变更理由 */
|
||||
|
||||
@@ -17,9 +17,7 @@ import java.util.List;
|
||||
public class ApplyAttendanceOutsideDto {
|
||||
|
||||
/** 审批id */
|
||||
private String taskId;
|
||||
/** 流程主键 */
|
||||
private String flowId;
|
||||
private Integer taskId;
|
||||
/** 流程标题 */
|
||||
private String flowTitle;
|
||||
/** 申请人id */
|
||||
|
||||
Reference in New Issue
Block a user