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