import PARLHMBKHMXUIServiceBase from './parlhmbkhmx-ui-service-base'; /** * 量化目标考核明细UI服务对象 * * @export * @class PARLHMBKHMXUIService */ export default class PARLHMBKHMXUIService extends PARLHMBKHMXUIServiceBase { /** * Creates an instance of PARLHMBKHMXUIService. * * @param {*} [opts={}] * @memberof PARLHMBKHMXUIService */ constructor(opts: any = {}) { super(opts); } }