import { Http,Util } from '@/utils'; import IBIZSample0019ServiceBase from './ibizsample0019-service-base'; /** * 部门服务对象 * * @export * @class IBIZSample0019Service * @extends {IBIZSample0019ServiceBase} */ export default class IBIZSample0019Service extends IBIZSample0019ServiceBase { /** * Creates an instance of IBIZSample0019Service. * * @param {*} [opts={}] * @memberof IBIZSample0019Service */ constructor(opts: any = {}) { super(opts); } }