| | |
| | | import com.doumee.dao.business.model.Activity; |
| | | import com.doumee.dao.web.dto.activity.*; |
| | | import com.doumee.dao.web.request.ActivityPageListRequest; |
| | | import com.doumee.dao.web.request.goods.ArticleRequest; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | * @param activity 实体对象 |
| | | */ |
| | | void updateById(Activity activity); |
| | | void updateStatusById(Activity activity); |
| | | |
| | | /** |
| | | * 批量主键更新 |
| | |
| | | PageData<ActivityCardDTO> getUserFollowActivityCard(PageWrap pageWrap,Integer memberId); |
| | | |
| | | void updateLooknum(Activity model); |
| | | |
| | | |
| | | PageData<Activity> getArticlePage(PageWrap<ArticleRequest> pageWrap); |
| | | |
| | | Activity getArticleInfo(Integer id, Integer memberId); |
| | | |
| | | |
| | | } |