@@ -14,7 +14,10 @@ import org.jeecg.modules.adweb.seo.vo.RankInfoVO;
import java.util.List;
/**
- * @Description: 关键词 @Author: jeecg-boot @Date: 2024-10-15 @Version: V1.0
+ * @Description: 关键词
+ * @Author: jeecg-boot
+ * @Date: 2024-10-15
+ * @Version: V1.0
*/
public interface SeoKeywordsMapper extends BaseMapper<SeoKeywords> {
@@ -42,7 +42,10 @@ import java.util.*;
import java.util.stream.Collectors;
- * @Description: seo_kpi_statistics @Author: jeecg-boot @Date: 2024-10-09 @Version: V1.0
+ * @Description: seo_kpi_statistics
+ * @Date: 2024-10-09
@Service
@Slf4j