| | |
| | | package com.yeshi.fanli.service.inter.goods;
|
| | |
|
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.entity.admin.RecommendBannerV2Admin;
|
| | | import com.yeshi.fanli.entity.bus.recommend.RecommendBannerV2;
|
| | |
|
| | | public interface RecommendBannerV2Service {
|
| | |
|
| | | public List<RecommendBannerV2> getRecommendBanners();
|
| | |
|
| | | public void addRecommendBanner(RecommendBannerV2 banner);
|
| | |
|
| | | public List<RecommendBannerV2Admin> getRecommendBanners(int pageIndex, String platform, String packages, String key);
|
| | |
|
| | | public long getCount();
|
| | |
|
| | | public void deleteBanners(long[] rbids);
|
| | |
|
| | | public RecommendBannerV2 getRecommendBanner(long id);
|
| | |
|
| | | public void updateBanner(RecommendBannerV2 banner);
|
| | |
|
| | | public int getCount(String platform, String packages, String key);
|
| | |
|
| | | public void updateBannerJumpDetail(long id);
|
| | | }
|
| | | package com.yeshi.fanli.service.inter.goods; |
| | | |
| | | import java.util.List; |
| | | |
| | | import com.yeshi.fanli.entity.admin.RecommendBannerV2Admin; |
| | | import com.yeshi.fanli.entity.bus.recommend.RecommendBannerV2; |
| | | |
| | | public interface RecommendBannerV2Service { |
| | | |
| | | } |