import IBIZAPPVIEWUIServiceBase from './ibizappview-ui-service-base'; /** * 应用视图UI服务对象 * 基于 APP/src/uiservice/%DE_PKGPATH%/%DE_PKGPATH%-ui-service.ts.ftl 生成 * @export * @class IBIZAPPVIEWUIService */ export default class IBIZAPPVIEWUIService extends IBIZAPPVIEWUIServiceBase { /** * Creates an instance of IBIZAPPVIEWUIService. * * @param {*} [opts={}] * @memberof IBIZAPPVIEWUIService */ constructor(opts: any = {}) { super(opts); } }