fuliqi
2024-09-30 b5df1cee65f3e9dcf554efcd3f1642a8c79d1e76
ycl-pojo/src/main/java/com/ycl/platform/domain/vo/YwPointVO.java
@@ -61,6 +61,11 @@
    /** 国标码 */
    private String serialNumber;
    /**
     * 动态列
     */
    private List<DynamicColumnVO> dynamicColumnList;
    public static YwPointVO getVoByEntity(@NonNull YwPoint entity, YwPointVO vo) {
        if(vo == null) {
            vo = new YwPointVO();