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