import { Http,Util } from '@/utils'; import IBIZSample0009ServiceBase from './ibizsample0009-service-base'; /** * 商品价格明细服务对象 * * @export * @class IBIZSample0009Service * @extends {IBIZSample0009ServiceBase} */ export default class IBIZSample0009Service extends IBIZSample0009ServiceBase { /** * Creates an instance of IBIZSample0009Service. * * @param {*} [opts={}] * @memberof IBIZSample0009Service */ constructor(opts: any = {}) { super(opts); } }