first commit
This commit is contained in:
15
hrmsEjb/wenrgise/common/bean/MenuBean.java
Normal file
15
hrmsEjb/wenrgise/common/bean/MenuBean.java
Normal file
@@ -0,0 +1,15 @@
|
||||
package wenrgise.common.bean;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
public class MenuBean implements Serializable {
|
||||
String moduleId;
|
||||
|
||||
public String getModuleId() {
|
||||
return this.moduleId;
|
||||
}
|
||||
|
||||
public void setModuleId(String newModuleId) {
|
||||
this.moduleId = newModuleId;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user