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