文件名从 src/main/java/com/lf/server/entity/sys/RoleMenuEntity.java 修改 |
| | |
| | | * 瑙掕壊-鑿滃崟 |
| | | * @author WWW |
| | | */ |
| | | public class RoleMenuEntity implements Serializable { |
| | | private static final long serialVersionUID = -882394373827797504L; |
| | | public class RoleMenuAuthEntity implements Serializable { |
| | | private static final long serialVersionUID = -510981272678347904L; |
| | | |
| | | private int id; |
| | | |
| | | private int roleid; |
| | | |
| | | private int menuid; |
| | | private int menuAuthId; |
| | | |
| | | private int createUser; |
| | | |
| | |
| | | |
| | | private Timestamp updateTime; |
| | | |
| | | public RoleMenuEntity() { |
| | | public RoleMenuAuthEntity() { |
| | | } |
| | | |
| | | public int getId() { |
| | |
| | | this.roleid = roleid; |
| | | } |
| | | |
| | | public int getMenuid() { |
| | | return menuid; |
| | | public int getMenuAuthId() { |
| | | return menuAuthId; |
| | | } |
| | | |
| | | public void setMenuid(int menuid) { |
| | | this.menuid = menuid; |
| | | public void setMenuAuthId(int menuAuthId) { |
| | | this.menuAuthId = menuAuthId; |
| | | } |
| | | |
| | | public int getCreateUser() { |