|
@ -19,8 +19,6 @@ public class EmployeeRegisterListResultDTO implements Serializable { |
|
|
private String idCard; |
|
|
private String idCard; |
|
|
private Integer ymjzCount; |
|
|
private Integer ymjzCount; |
|
|
private String latestNatTime; |
|
|
private String latestNatTime; |
|
|
private String dbCompare; |
|
|
|
|
|
private String dbCompareName; |
|
|
|
|
|
private String registerId; |
|
|
private String registerId; |
|
|
|
|
|
|
|
|
public EmployeeRegisterListResultDTO() { |
|
|
public EmployeeRegisterListResultDTO() { |
|
@ -30,8 +28,6 @@ public class EmployeeRegisterListResultDTO implements Serializable { |
|
|
this.idCard = ""; |
|
|
this.idCard = ""; |
|
|
this.ymjzCount = NumConstant.ZERO; |
|
|
this.ymjzCount = NumConstant.ZERO; |
|
|
this.latestNatTime = ""; |
|
|
this.latestNatTime = ""; |
|
|
this.dbCompare = ""; |
|
|
|
|
|
this.dbCompareName = ""; |
|
|
|
|
|
this.registerId = ""; |
|
|
this.registerId = ""; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|