first commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package WEB-INF.classes.wenrgise.hrms.vo;
|
||||
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class HrmSepClrTmplMstQVO extends BaseQueryVO {
|
||||
private String tmplDescId;
|
||||
|
||||
public String getTmplDescId() {
|
||||
return this.tmplDescId;
|
||||
}
|
||||
|
||||
public void setTmplDescId(String newTmplDescId) {
|
||||
this.tmplDescId = newTmplDescId;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user