import HRArchivesMoveUIServiceBase from './hrarchives-move-ui-service-base'; /** * 档案调档UI服务对象 * * @export * @class HRArchivesMoveUIService */ export default class HRArchivesMoveUIService extends HRArchivesMoveUIServiceBase { /** * Creates an instance of HRArchivesMoveUIService. * * @param {*} [opts={}] * @memberof HRArchivesMoveUIService */ constructor(opts: any = {}) { super(opts); } }