import SYS_USER_ROLEUIServiceBase from './sys-user-role-ui-service-base'; /** * 用户角色关系UI服务对象 * * @export * @class SYS_USER_ROLEUIService */ export default class SYS_USER_ROLEUIService extends SYS_USER_ROLEUIServiceBase { /** * Creates an instance of SYS_USER_ROLEUIService. * * @param {*} [opts={}] * @memberof SYS_USER_ROLEUIService */ constructor(opts: any = {}) { super(opts); } }