All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.kedauis.system.model.SysRoleMenu Maven / Gradle / Ivy

The newest version!
package com.kedauis.system.model;

/**
 * 项目名称:kd-uip
 * 类描述:
 * 创建人:DuChunJ
 * 创建时间:2017/12/18 20:28
 * 修改人:
 * 修改时间:
 * 修改备注:
 */
public class SysRoleMenu {

    private Integer roleId;

    private Integer menuId;

    public Integer getRoleId() {
        return roleId;
    }

    public void setRoleId(Integer roleId) {
        this.roleId = roleId;
    }

    public Integer getMenuId() {
        return menuId;
    }

    public void setMenuId(Integer menuId) {
        this.menuId = menuId;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy