import { Http,Util } from '@/utils';
import IBIZSample0004ServiceBase from './ibizsample0004-service-base';


/**
 * 多版本流程服务对象
 *
 * @export
 * @class IBIZSample0004Service
 * @extends {IBIZSample0004ServiceBase}
 */
export default class IBIZSample0004Service extends IBIZSample0004ServiceBase {

    /**
     * Creates an instance of  IBIZSample0004Service.
     * 
     * @param {*} [opts={}]
     * @memberof  IBIZSample0004Service
     */
    constructor(opts: any = {}) {
        super(opts);
    }


}