| | |
| | | |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import com.yeshi.fanli.dao.BaseMapper; |
| | | import com.yeshi.fanli.entity.bus.lable.QualityFlashSale; |
| | | |
| | | public interface QualityFlashSaleMapper { |
| | | public interface QualityFlashSaleMapper extends BaseMapper<QualityFlashSale>{ |
| | | |
| | | int deleteByPrimaryKey(Long id); |
| | | |
| | | /** |
| | | * 批量删除 |
| | | * @param list |
| | | * @return |
| | | */ |
| | | int deleteBatchByPrimaryKey(List<Long> list); |
| | | |
| | | int insert(QualityFlashSale record); |
| | | |
| | | int insertSelective(QualityFlashSale record); |
| | | |
| | | QualityFlashSale selectByPrimaryKey(Long id); |
| | | |
| | | int updateByPrimaryKeySelective(QualityFlashSale record); |
| | | |
| | | int updateByPrimaryKey(QualityFlashSale record); |
| | | |
| | | |
| | | /** |
| | | * 批量插入 |
| | |
| | | * @param id |
| | | * @return |
| | | */ |
| | | int deleteByQualityID(Long qid); |
| | | int deleteByGoodsId(Long qid); |
| | | |
| | | /** |
| | | * 根据精选id 批量删除 |