import IBIZSupplierUIServiceBase from './ibizsupplier-ui-service-base'; /** * 供货商UI服务对象 * * @export * @class IBIZSupplierUIService */ export default class IBIZSupplierUIService extends IBIZSupplierUIServiceBase { /** * Creates an instance of IBIZSupplierUIService. * * @param {*} [opts={}] * @memberof IBIZSupplierUIService */ constructor(opts: any = {}) { super(opts); } }