|
|
@@ -10,6 +10,12 @@ public class InputPublicDtails {
|
|
|
private String aid;
|
|
|
private String uid;
|
|
|
private Integer status;
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 审核状态 0=无 1=审核中,完成
|
|
|
+ */
|
|
|
+ private Integer statusType;
|
|
|
private Integer clockIn;
|
|
|
/**
|
|
|
* type 0个人 1部门 2全部
|
|
|
@@ -24,6 +30,14 @@ public class InputPublicDtails {
|
|
|
private Integer pageSize;
|
|
|
private Integer pageNo;
|
|
|
|
|
|
+ public Integer getStatusType() {
|
|
|
+ return statusType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setStatusType(Integer statusType) {
|
|
|
+ this.statusType = statusType;
|
|
|
+ }
|
|
|
+
|
|
|
public String getContractNo() {
|
|
|
return contractNo;
|
|
|
}
|