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

ApplyAttendanceOutsideVo都修改
This commit is contained in:
2026-06-08 17:18:48 +08:00
parent 2b88112963
commit be19389f4c
2 changed files with 2 additions and 6 deletions

View File

@@ -16,9 +16,7 @@ import java.util.Date;
public class ApplyAttendanceChangeVo {
/** 主键 */
private Integer id;
/** 流程主键 */
private String flowId;
private String id;
/** 流程标题集合 */
private String flowTitleList;
/** 申请人员 */

View File

@@ -16,9 +16,7 @@ import java.util.Date;
public class ApplyAttendanceOutsideVo {
/** 主键 */
private String id;
/** 流程主键 */
private String flowId;
private Integer id;
/** 流程标题 */
private String flowTitle;
/** 申请人id */