ycl-pojo/src/main/java/com/ycl/platform/domain/vo/DynamicColumnVO.java
@@ -16,7 +16,7 @@ public class DynamicColumnVO extends AbsVo { /** 关联一机一档id */ private Integer refId; private String tableName; /** elementui table prop */ private String propName; @@ -25,7 +25,7 @@ private String labelValue; /** 值 */ private String fieldValue; private String columnValue; public static DynamicColumnVO getVoByEntity(@NonNull DynamicColumn entity, DynamicColumnVO vo) { if(vo == null) {