import IBIZAPPCTRLAuthServiceBase from './ibizappctrl-auth-service-base';
/**
* 应用部件权限服务对象
* 基于 APP/src/authservice/%DE_PKGPATH%/%DE_PKGPATH%-auth-service.ts.ftl 生成
* @export
* @class IBIZAPPCTRLAuthService
* @extends {IBIZAPPCTRLAuthServiceBase}
*/
export default class IBIZAPPCTRLAuthService extends IBIZAPPCTRLAuthServiceBase {
/**
* Creates an instance of IBIZAPPCTRLAuthService.
*
* @param {*} [opts={}]
* @memberof IBIZAPPCTRLAuthService
*/
constructor(opts: any = {}) {
super(opts);
}
}
-
由 ibizdev 提交于cfe7e01a