import IBIZSample0007AuthServiceBase from './ibizsample0007-auth-service-base'; /** * 嵌套流程(子)权限服务对象 * 基于 APP/src/authservice/%DE_PKGPATH%/%DE_PKGPATH%-auth-service.ts.ftl 生成 * @export * @class IBIZSample0007AuthService * @extends {IBIZSample0007AuthServiceBase} */ export default class IBIZSample0007AuthService extends IBIZSample0007AuthServiceBase { /** * Creates an instance of IBIZSample0007AuthService. * * @param {*} [opts={}] * @memberof IBIZSample0007AuthService */ constructor(opts: any = {}) { super(opts); } }