考勤明细、原始记录添加外勤
This commit is contained in:
parent
427dcf8e63
commit
0724dfc735
|
|
@ -17,6 +17,11 @@ public class AttDataDetailsBean {
|
|||
*/
|
||||
private Long orgId;
|
||||
|
||||
/**
|
||||
* 组织编号
|
||||
*/
|
||||
private List<String> orgIds;
|
||||
|
||||
/**
|
||||
* 组织名称
|
||||
*/
|
||||
|
|
@ -251,6 +256,12 @@ public class AttDataDetailsBean {
|
|||
private String attendType;
|
||||
private String attStatusToday;
|
||||
|
||||
/**
|
||||
* 上下班是否外勤考
|
||||
*/
|
||||
private Integer toOutsideAtt;
|
||||
private Integer offOutsideAtt;
|
||||
|
||||
/**人资审核ID*/
|
||||
private Long hrAuditId;
|
||||
/**人资审核时间*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue