| | |
| | | package com.yeshi.buwan.controller.parser; |
| | | |
| | | import com.yeshi.buwan.domain.Attention; |
| | | import com.yeshi.buwan.domain.LoginUser; |
| | | import com.yeshi.buwan.domain.user.LoginUser; |
| | | import com.yeshi.buwan.domain.VideoInfo; |
| | | import com.yeshi.buwan.service.imp.AttentionService; |
| | | import com.yeshi.buwan.util.JsonUtil; |
| | |
| | | @Resource |
| | | private AttentionService attentionService; |
| | | |
| | | public AttentionService getAttentionService() { |
| | | return attentionService; |
| | | } |
| | | |
| | | public void setAttentionService(AttentionService attentionService) { |
| | | this.attentionService = attentionService; |
| | | } |
| | | |
| | | |
| | | |