考勤明细、原始记录添加外勤

This commit is contained in:
fl 2025-02-26 11:17:54 +08:00
parent 427dcf8e63
commit 0724dfc735
1 changed files with 11 additions and 0 deletions

View File

@ -17,6 +17,11 @@ public class AttDataDetailsBean {
*/ */
private Long orgId; private Long orgId;
/**
* 组织编号
*/
private List<String> orgIds;
/** /**
* 组织名称 * 组织名称
*/ */
@ -251,6 +256,12 @@ public class AttDataDetailsBean {
private String attendType; private String attendType;
private String attStatusToday; private String attStatusToday;
/**
* 上下班是否外勤考
*/
private Integer toOutsideAtt;
private Integer offOutsideAtt;
/**人资审核ID*/ /**人资审核ID*/
private Long hrAuditId; private Long hrAuditId;
/**人资审核时间*/ /**人资审核时间*/