package cn.huge.module.rsoper.domain.bo; import cn.huge.module.rsoper.domain.po.RsRolefun; /** * @title: 系统角色功能权限表业务扩展类 * @description: 系统角色功能权限表业务扩展类 * @company: hugeinfo * @author: liyj * @time: 2024-09-10 15:46:25 * @version: 1.0.0 * @see cn.huge.module.rsoper.domain.po.RsRolefun */ public class RsRolefunBO extends RsRolefun { }