zhanghua
2022-12-07 c8c898b2d1c9f7b9b2d8b6f4f30c0f76c1470ccd
ycl-platform/src/main/java/com/ycl/service/trend/TrendAnalysisService.java
@@ -12,4 +12,6 @@
    List<TrendVo> list(TrendAnalysisParam trendAnalysisParam, Integer pageSize, Integer pageNum);
    List<TrendVo> queryPointInfo(String id);
    List<TrendVo> queryListByCount(TrendAnalysisParam trendAnalysisParam, Integer pageSize, Integer pageNum);
}