From eb0e29e72049bc65f943cc864929c332b07f25d0 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期一, 03 三月 2025 20:56:46 +0800 Subject: [PATCH] 导出osd问题 以及缺少小时改分钟 --- ycl-pojo/src/main/java/com/ycl/platform/domain/vo/DynamicColumnVO.java | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/DynamicColumnVO.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/DynamicColumnVO.java index 0836853..b40dcaa 100644 --- a/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/DynamicColumnVO.java +++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/DynamicColumnVO.java @@ -14,19 +14,21 @@ */ @Data public class DynamicColumnVO extends AbsVo { - - /** 鍏宠仈涓�鏈轰竴妗d */ - private Integer refId; + /** 琛ㄥ悕 */ + private String tableName; /** elementui table prop */ private String propName; - /** elementui table label */ + /** elementui 瀛楁鍚� */ private String labelValue; - /** 鍊� */ - private String fieldValue; - + /** 瀛楁鍊� */ + private String columnValue; + /** 鍏宠仈鏁版嵁鐨刬d */ + private Integer refId; + /** value琛ㄧ殑id */ + private Integer valueId; public static DynamicColumnVO getVoByEntity(@NonNull DynamicColumn entity, DynamicColumnVO vo) { if(vo == null) { vo = new DynamicColumnVO(); -- Gitblit v1.8.0