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