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