first commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package WEB-INF.classes.wenrgise.hrms.vo;
|
||||
|
||||
import java.io.Serializable;
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmRecTestCentreMstQVO extends BaseQueryVO implements Serializable {
|
||||
String testCentreCodeId;
|
||||
|
||||
public String getTestCentreCodeId() {
|
||||
return this.testCentreCodeId;
|
||||
}
|
||||
|
||||
public void setTestCentreCodeId(String newTestCentreCodeId) {
|
||||
this.testCentreCodeId = newTestCentreCodeId;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user