import { Http,Util } from '@/utils'; import IBIZSample0012ServiceBase from './ibizsample0012-service-base'; /** * 订单服务对象 * * @export * @class IBIZSample0012Service * @extends {IBIZSample0012ServiceBase} */ export default class IBIZSample0012Service extends IBIZSample0012ServiceBase { /** * Creates an instance of IBIZSample0012Service. * * @param {*} [opts={}] * @memberof IBIZSample0012Service */ constructor(opts: any = {}) { super(opts); } }