first commit
This commit is contained in:
26
hrmsEjb/wenrgise/hrms/vo/HrmPrmTestScoreQVO.java
Normal file
26
hrmsEjb/wenrgise/hrms/vo/HrmPrmTestScoreQVO.java
Normal file
@@ -0,0 +1,26 @@
|
||||
package wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmPrmTestScoreQVO extends BaseQueryVO implements Serializable {
|
||||
String positionId;
|
||||
|
||||
String examType;
|
||||
|
||||
public String getPositionId() {
|
||||
return this.positionId;
|
||||
}
|
||||
|
||||
public void setPositionId(String newPositionId) {
|
||||
this.positionId = newPositionId;
|
||||
}
|
||||
|
||||
public String getExamType() {
|
||||
return this.examType;
|
||||
}
|
||||
|
||||
public void setExamType(String newExamType) {
|
||||
this.examType = newExamType;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user