import { Http,Util } from '@/utils'; import IBIZSample0014ServiceBase from './ibizsample0014-service-base'; /** * 员工服务对象 * * @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); } }