import IBIZSample0007UIServiceBase from './ibizsample0007-ui-service-base';

/**
 * 嵌套流程(子)UI服务对象
 *
 * @export
 * @class IBIZSample0007UIService
 */
export default class IBIZSample0007UIService extends IBIZSample0007UIServiceBase {

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

}