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