first commit
This commit is contained in:
36
hrmsEjb/wenrgise/hrms/vo/HrmATDTransCnclApplQVO.java
Normal file
36
hrmsEjb/wenrgise/hrms/vo/HrmATDTransCnclApplQVO.java
Normal file
@@ -0,0 +1,36 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmATDTransCnclApplQVO extends BaseQueryVO implements Serializable {
|
||||
private String applnNo;
|
||||
|
||||
private String empNo;
|
||||
|
||||
private String empId;
|
||||
|
||||
public String getApplnNo() {
|
||||
return this.applnNo;
|
||||
}
|
||||
|
||||
public void setApplnNo(String newApplnNo) {
|
||||
this.applnNo = newApplnNo;
|
||||
}
|
||||
|
||||
public String getEmpNo() {
|
||||
return this.empNo;
|
||||
}
|
||||
|
||||
public void setEmpNo(String newEmpNo) {
|
||||
this.empNo = newEmpNo;
|
||||
}
|
||||
|
||||
public String getEmpId() {
|
||||
return this.empId;
|
||||
}
|
||||
|
||||
public void setEmpId(String newEmpId) {
|
||||
this.empId = newEmpId;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user