import IBIZSample0001UIServiceBase from './ibizsample0001-ui-service-base'; /** * 示例实体01UI服务对象 * 基于 APP/src/uiservice/%DE_PKGPATH%/%DE_PKGPATH%-ui-service.ts.ftl 生成 * @export * @class IBIZSample0001UIService */ export default class IBIZSample0001UIService extends IBIZSample0001UIServiceBase { /** * Creates an instance of IBIZSample0001UIService. * * @param {*} [opts={}] * @memberof IBIZSample0001UIService */ constructor(opts: any = {}) { super(opts); } }