first commit
This commit is contained in:
46
hrmsEjb/wenrgise/hrms/vo/HrmATDDptnOrderSingleEmpQVO.java
Normal file
46
hrmsEjb/wenrgise/hrms/vo/HrmATDDptnOrderSingleEmpQVO.java
Normal file
@@ -0,0 +1,46 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmATDDptnOrderSingleEmpQVO extends BaseQueryVO implements Serializable {
|
||||
String orderNo;
|
||||
|
||||
String applnNo;
|
||||
|
||||
String headerPrimaryKey1;
|
||||
|
||||
String employeeNoId;
|
||||
|
||||
public String getOrderNo() {
|
||||
return this.orderNo;
|
||||
}
|
||||
|
||||
public void setOrderNo(String newOrderNo) {
|
||||
this.orderNo = newOrderNo;
|
||||
}
|
||||
|
||||
public String getApplnNo() {
|
||||
return this.applnNo;
|
||||
}
|
||||
|
||||
public void setApplnNo(String newApplnNo) {
|
||||
this.applnNo = newApplnNo;
|
||||
}
|
||||
|
||||
public String getHeaderPrimaryKey1() {
|
||||
return this.headerPrimaryKey1;
|
||||
}
|
||||
|
||||
public void setHeaderPrimaryKey1(String newHeaderPrimaryKey1) {
|
||||
this.headerPrimaryKey1 = newHeaderPrimaryKey1;
|
||||
}
|
||||
|
||||
public String getEmployeeNoId() {
|
||||
return this.employeeNoId;
|
||||
}
|
||||
|
||||
public void setEmployeeNoId(String newEmployeeNoId) {
|
||||
this.employeeNoId = newEmployeeNoId;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user