| | |
| | | package com.yeshi.fanli.dao.mybatis.shop; |
| | | |
| | | import com.yeshi.fanli.dao.BaseMapper; |
| | | import com.yeshi.fanli.entity.shop.BanLiShopOrderGoods; |
| | | |
| | | public interface BanLiShopOrderGoodsMapper extends BaseMapper<BanLiShopOrderGoods> { |
| | | /** |
| | | * 根据套餐ID检索 |
| | | * |
| | | * @param goodsSetId |
| | | * @return |
| | | */ |
| | | BanLiShopOrderGoods selectByGoodsSetId(Long goodsSetId); |
| | | |
| | | package com.yeshi.fanli.dao.mybatis.shop;
|
| | |
|
| | | import com.yeshi.fanli.dao.BaseMapper;
|
| | | import com.yeshi.fanli.entity.shop.BanLiShopOrderGoods;
|
| | |
|
| | | public interface BanLiShopOrderGoodsMapper extends BaseMapper<BanLiShopOrderGoods> {
|
| | | /**
|
| | | * 根据套餐ID检索
|
| | | * |
| | | * @param goodsSetId
|
| | | * @return
|
| | | */
|
| | | BanLiShopOrderGoods selectByGoodsSetId(Long goodsSetId);
|
| | |
|
| | | } |