ycl-pojo/src/main/java/com/ycl/platform/domain/vo/YwPointVO.java
@@ -58,6 +58,14 @@ /** 部级标签 */ private Boolean deptTag; /** 国标码 */ private String serialNumber; /** * 动态列 */ private List<DynamicColumnVO> dynamicColumnList; public static YwPointVO getVoByEntity(@NonNull YwPoint entity, YwPointVO vo) { if(vo == null) { vo = new YwPointVO();