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