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