From e404b19151ef1786aded572ed9bbaec4b5266e45 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期四, 29 四月 2021 18:55:01 +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