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