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

This commit is contained in:
2026-06-08 15:31:55 +08:00
parent bbd781fc70
commit 5533ca5503

View File

@@ -16,7 +16,7 @@ import java.util.Date;
public class ApplyAttendanceChangeDto {
/** 流程主键 */
private String taskId;
private String taskIds;
/** 申请人员 */
private String applyUser;
/** 申请日期 */
@@ -25,8 +25,6 @@ public class ApplyAttendanceChangeDto {
private String changeUserId;
/** 变更人员名称 */
private String changeUserName;
/** 变更人员别名 */
private String changeUserNickName;
/** 打卡结果id */
private String clockInResultId;
/** 变更时间(yyyy-MM-dd) */