import IBIZSample0012AuthServiceBase from './ibizsample0012-auth-service-base'; /** * 订单权限服务对象 * * @export * @class IBIZSample0012AuthService * @extends {IBIZSample0012AuthServiceBase} */ export default class IBIZSample0012AuthService extends IBIZSample0012AuthServiceBase { /** * Creates an instance of IBIZSample0012AuthService. * * @param {*} [opts={}] * @memberof IBIZSample0012AuthService */ constructor(opts: any = {}) { super(opts); } }