fuliqi
2024-10-15 7cfa09050726578c2cc5114e5bc8a419e6e2e466
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();