Vo测试 字段名&字段类型&字段说明 都修改
All checks were successful
类变更检测 / class-change-check (push) Successful in 18s

This commit is contained in:
2026-06-08 17:05:33 +08:00
parent 8c92fecf2c
commit 466a884651

View File

@@ -21,8 +21,8 @@ public class ApplyAttendanceChangeVo {
private String flowId; private String flowId;
/** 流程标题集合 */ /** 流程标题集合 */
private String flowTitleList; private String flowTitleList;
/** 申请人员 */ /** 申请人员集合 */
private Integer applyUser1; private List<Integer> applyUserList;
/** 申请日期 */ /** 申请日期 */
private Date applyDate; private Date applyDate;
/** 变更人员id */ /** 变更人员id */