import IBIZAPPEDITORAuthServiceBase from './ibizappeditor-auth-service-base'; /** * 编辑器权限服务对象 * 基于 APP/src/authservice/%DE_PKGPATH%/%DE_PKGPATH%-auth-service.ts.ftl 生成 * @export * @class IBIZAPPEDITORAuthService * @extends {IBIZAPPEDITORAuthServiceBase} */ export default class IBIZAPPEDITORAuthService extends IBIZAPPEDITORAuthServiceBase { /** * Creates an instance of IBIZAPPEDITORAuthService. * * @param {*} [opts={}] * @memberof IBIZAPPEDITORAuthService */ constructor(opts: any = {}) { super(opts); } }