import PIMCONTRACTUIServiceBase from './pimcontract-ui-service-base'; /** * 合同信息UI服务对象 * * @export * @class PIMCONTRACTUIService */ export default class PIMCONTRACTUIService extends PIMCONTRACTUIServiceBase { /** * Creates an instance of PIMCONTRACTUIService. * * @param {*} [opts={}] * @memberof PIMCONTRACTUIService */ constructor(opts: any = {}) { super(opts); } }