import IBIZSample0007UIServiceBase from './ibizsample0007-ui-service-base'; /** * 嵌套流程(子)UI服务对象 * 基于 APP/src/uiservice/%DE_PKGPATH%/%DE_PKGPATH%-ui-service.ts.ftl 生成 * @export * @class IBIZSample0007UIService */ export default class IBIZSample0007UIService extends IBIZSample0007UIServiceBase { /** * Creates an instance of IBIZSample0007UIService. * * @param {*} [opts={}] * @memberof IBIZSample0007UIService */ constructor(opts: any = {}) { super(opts); } }