package cn.huge.module.ctrole.domain.bo; import cn.huge.module.ctrole.domain.po.CtRolefun; /** * @title: 客户角色菜单权限表业务扩展类 * @description: 客户角色菜单权限表业务扩展类 * @company: hugeinfo * @author: liyj * @time: 2024-08-19 20:04:19 * @version: 1.0.0 * @see cn.huge.module.ctrole.domain.po.CtRolefun */ public class CtRolefunBO extends CtRolefun { }