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