ApplyAttendanceChangeDto字段taskId重命名
All checks were successful
类变更检测 / class-change-check (push) Successful in 16s

This commit is contained in:
2026-06-08 15:43:35 +08:00
parent 5533ca5503
commit e9ed5299b2
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -16,7 +16,7 @@ import java.util.Date;
public class ApplyAttendanceChangeDto { public class ApplyAttendanceChangeDto {
/** 流程主键 */ /** 流程主键 */
private String taskIds; private String taskId;
/** 申请人员 */ /** 申请人员 */
private String applyUser; private String applyUser;
/** 申请日期 */ /** 申请日期 */