| | |
| | | package com.yeshi.fanli.dao.mybatis; |
| | | |
| | | import java.util.List; |
| | | |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import com.yeshi.fanli.dao.BaseMapper; |
| | | import com.yeshi.fanli.entity.bus.su.recommend.SuperRecommendBannerV2; |
| | | |
| | | public interface SuperRecommendBannerV2Mapper extends BaseMapper<SuperRecommendBannerV2> { |
| | | |
| | | List<SuperRecommendBannerV2> listBySystemId(@Param("systemId") Long systemId); |
| | | package com.yeshi.fanli.dao.mybatis;
|
| | |
|
| | | import java.util.List;
|
| | |
|
| | | import org.apache.ibatis.annotations.Param;
|
| | |
|
| | | import com.yeshi.fanli.dao.BaseMapper;
|
| | | import com.yeshi.fanli.entity.bus.su.recommend.SuperRecommendBannerV2;
|
| | |
|
| | | public interface SuperRecommendBannerV2Mapper extends BaseMapper<SuperRecommendBannerV2> {
|
| | | |
| | | List<SuperRecommendBannerV2> listBySystemId(@Param("systemId") Long systemId);
|
| | | } |