| | |
| | | package com.yeshi.fanli.dao.mybatis.shop; |
| | | |
| | | import java.util.List; |
| | | |
| | | import com.yeshi.fanli.dao.BaseMapper; |
| | | import com.yeshi.fanli.entity.shop.BanLiShopGoodsImg; |
| | | |
| | | public interface BanLiShopGoodsImgMapper extends BaseMapper<BanLiShopGoodsImg> { |
| | | |
| | | List<BanLiShopGoodsImg> listByGoodsId(Long goodsId); |
| | | |
| | | package com.yeshi.fanli.dao.mybatis.shop;
|
| | |
|
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.dao.BaseMapper;
|
| | | import com.yeshi.fanli.entity.shop.BanLiShopGoodsImg;
|
| | |
|
| | | public interface BanLiShopGoodsImgMapper extends BaseMapper<BanLiShopGoodsImg> {
|
| | |
|
| | | List<BanLiShopGoodsImg> listByGoodsId(Long goodsId);
|
| | |
|
| | | } |