import { Http,Util } from '@/utils';
import IBIZSample0017ServiceBase from './ibizsample0017-service-base';
/**
* 订单服务对象
*
* @export
* @class IBIZSample0017Service
* @extends {IBIZSample0017ServiceBase}
*/
export default class IBIZSample0017Service extends IBIZSample0017ServiceBase {
/**
* Creates an instance of IBIZSample0017Service.
*
* @param {*} [opts={}]
* @memberof IBIZSample0017Service
*/
constructor(opts: any = {}) {
super(opts);
}
}
-
由 ibizdev 提交于ac59cb0c