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