ApplyAttendanceChangeVo、
All checks were successful
类变更检测 / class-change-check (push) Successful in 16s
All checks were successful
类变更检测 / class-change-check (push) Successful in 16s
ApplyAttendanceOutsideVo都修改
This commit is contained in:
@@ -16,9 +16,7 @@ import java.util.Date;
|
||||
public class ApplyAttendanceChangeVo {
|
||||
|
||||
/** 主键 */
|
||||
private Integer id;
|
||||
/** 流程主键 */
|
||||
private String flowId;
|
||||
private String id;
|
||||
/** 流程标题集合 */
|
||||
private String flowTitleList;
|
||||
/** 申请人员 */
|
||||
|
||||
@@ -16,9 +16,7 @@ import java.util.Date;
|
||||
public class ApplyAttendanceOutsideVo {
|
||||
|
||||
/** 主键 */
|
||||
private String id;
|
||||
/** 流程主键 */
|
||||
private String flowId;
|
||||
private Integer id;
|
||||
/** 流程标题 */
|
||||
private String flowTitle;
|
||||
/** 申请人id */
|
||||
|
||||
Reference in New Issue
Block a user