zxl
2025-10-29 fea22e82e7e49691f6e0c20a29b228d0ab3173e9
ycl-pojo/src/main/java/com/ycl/platform/domain/query/DataCenterQuery.java
@@ -55,4 +55,13 @@
        }
    }
    /**
     * 查询动态列数据id
     */
    private Integer DyId;
    /**
     * 查询动态列数据value 用于匹配值
     */
    private String DyValue;
}