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