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 {
|
public class ApplyAttendanceChangeVo {
|
||||||
|
|
||||||
/** 主键 */
|
/** 主键 */
|
||||||
private Integer id;
|
private String id;
|
||||||
/** 流程主键 */
|
|
||||||
private String flowId;
|
|
||||||
/** 流程标题集合 */
|
/** 流程标题集合 */
|
||||||
private String flowTitleList;
|
private String flowTitleList;
|
||||||
/** 申请人员 */
|
/** 申请人员 */
|
||||||
|
|||||||
@@ -16,9 +16,7 @@ import java.util.Date;
|
|||||||
public class ApplyAttendanceOutsideVo {
|
public class ApplyAttendanceOutsideVo {
|
||||||
|
|
||||||
/** 主键 */
|
/** 主键 */
|
||||||
private String id;
|
private Integer id;
|
||||||
/** 流程主键 */
|
|
||||||
private String flowId;
|
|
||||||
/** 流程标题 */
|
/** 流程标题 */
|
||||||
private String flowTitle;
|
private String flowTitle;
|
||||||
/** 申请人id */
|
/** 申请人id */
|
||||||
|
|||||||
Reference in New Issue
Block a user