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