first commit
This commit is contained in:
13
hrmsEjb/wenrgise/workflow/core/WflDepartment.java
Normal file
13
hrmsEjb/wenrgise/workflow/core/WflDepartment.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package wenrgise.workflow.core;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
public interface WflDepartment extends Serializable {
|
||||
String getDepartmentId();
|
||||
|
||||
void setDepartmentId(String paramString);
|
||||
|
||||
String getDepartmentName();
|
||||
|
||||
void setDepartmentName(String paramString);
|
||||
}
|
Reference in New Issue
Block a user