first commit
This commit is contained in:
26
hrmsEjb/wenrgise/hrms/vo/HrmATDDptnChrgRptQVO.java
Normal file
26
hrmsEjb/wenrgise/hrms/vo/HrmATDDptnChrgRptQVO.java
Normal file
@@ -0,0 +1,26 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmATDDptnChrgRptQVO extends BaseQueryVO implements Serializable {
|
||||
String dptOrderNo;
|
||||
|
||||
private String empId;
|
||||
|
||||
public String getDptOrderNo() {
|
||||
return this.dptOrderNo;
|
||||
}
|
||||
|
||||
public void setDptOrderNo(String newDptOrderNo) {
|
||||
this.dptOrderNo = newDptOrderNo;
|
||||
}
|
||||
|
||||
public String getEmpId() {
|
||||
return this.empId;
|
||||
}
|
||||
|
||||
public void setEmpId(String newEmpId) {
|
||||
this.empId = newEmpId;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user