| | |
| | | package cn.gistack.sm.collect.service; |
| | | |
| | | import cn.gistack.sm.collect.vo.CollectVO; |
| | | import cn.gistack.sm.collect.entity.UserCollect; |
| | | import cn.gistack.sm.feedback.entity.Feedback; |
| | | import cn.gistack.sm.feedback.vo.FeedbackVO; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import org.springblade.core.mp.base.BaseService; |
| | | import org.springblade.core.tool.api.R; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @PROJECT_NAME: skjcmanager |
| | |
| | | String getMyCollect(String userId); |
| | | |
| | | String updateCollect(UserCollect userCollect); |
| | | |
| | | List<CollectVO> getMyCollectVO(String userId); |
| | | |
| | | } |