import { Http,Util } from '@/utils'; import IBIZSample0005ServiceBase from './ibizsample0005-service-base'; /** * 多模式流程服务对象 * * @export * @class IBIZSample0005Service * @extends {IBIZSample0005ServiceBase} */ export default class IBIZSample0005Service extends IBIZSample0005ServiceBase { /** * Creates an instance of IBIZSample0005Service. * * @param {*} [opts={}] * @memberof IBIZSample0005Service */ constructor(opts: any = {}) { super(opts); } }