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