import IBIZSample0004UIServiceBase from './ibizsample0004-ui-service-base'; /** * 多版本流程UI服务对象 * * @export * @class IBIZSample0004UIService */ export default class IBIZSample0004UIService extends IBIZSample0004UIServiceBase { /** * Creates an instance of IBIZSample0004UIService. * * @param {*} [opts={}] * @memberof IBIZSample0004UIService */ constructor(opts: any = {}) { super(opts); } }