From 19533a17aa55fafc70d0a385928e785cb50e1ebc Mon Sep 17 00:00:00 2001 From: admin <2780501319@qq.com> Date: 星期五, 30 七月 2021 02:05:14 +0800 Subject: [PATCH] 爱奇艺视频更新 --- src/main/java/com/yeshi/buwan/controller/parser/AttentionParser.java | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/src/main/java/com/yeshi/buwan/controller/parser/AttentionParser.java b/src/main/java/com/yeshi/buwan/controller/parser/AttentionParser.java index 8027b17..1ee8a82 100644 --- a/src/main/java/com/yeshi/buwan/controller/parser/AttentionParser.java +++ b/src/main/java/com/yeshi/buwan/controller/parser/AttentionParser.java @@ -25,13 +25,6 @@ @Resource private AttentionService attentionService; - public AttentionService getAttentionService() { - return attentionService; - } - - public void setAttentionService(AttentionService attentionService) { - this.attentionService = attentionService; - } -- Gitblit v1.8.0