first commit
This commit is contained in:
15
hrmsEjb/wenrgise/workflow/vo/WflDtlDocActivityMapQVO.java
Normal file
15
hrmsEjb/wenrgise/workflow/vo/WflDtlDocActivityMapQVO.java
Normal file
@@ -0,0 +1,15 @@
|
||||
package wenrgise.workflow.vo;
|
||||
|
||||
import wenrgise.common.vo.BaseQueryVO;
|
||||
|
||||
public class WflDtlDocActivityMapQVO extends BaseQueryVO {
|
||||
private String dtlDocId;
|
||||
|
||||
public String getDtlDocId() {
|
||||
return this.dtlDocId;
|
||||
}
|
||||
|
||||
public void setDtlDocId(String newDtlDocId) {
|
||||
this.dtlDocId = newDtlDocId;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user