import { Http,Util } from '@/utils'; import IBIZSample0016ServiceBase from './ibizsample0016-service-base'; /** * 项目成员服务对象 * * @export * @class IBIZSample0016Service * @extends {IBIZSample0016ServiceBase} */ export default class IBIZSample0016Service extends IBIZSample0016ServiceBase { /** * Creates an instance of IBIZSample0016Service. * * @param {*} [opts={}] * @memberof IBIZSample0016Service */ constructor(opts: any = {}) { super(opts); } }