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