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); }