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