import { Http,Util } from '@/utils'; import IBIZSample0006ServiceBase from './ibizsample0006-service-base'; /** * 嵌套流程(主)服务对象 * * @export * @class IBIZSample0006Service * @extends {IBIZSample0006ServiceBase} */ export default class IBIZSample0006Service extends IBIZSample0006ServiceBase { /** * Creates an instance of IBIZSample0006Service. * * @param {*} [opts={}] * @memberof IBIZSample0006Service */ constructor(opts: any = {}) { super(opts); } }