import IBIZSample0013UIServiceBase from './ibizsample0013-ui-service-base'; /** * 订单明细UI服务对象 * * @export * @class IBIZSample0013UIService */ export default class IBIZSample0013UIService extends IBIZSample0013UIServiceBase { /** * Creates an instance of IBIZSample0013UIService. * * @param {*} [opts={}] * @memberof IBIZSample0013UIService */ constructor(opts: any = {}) { super(opts); } }