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