admin
2019-07-30 573c491b4a1ba60e12a5678a01c1546c0077c1ee
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/lable/LabelGoodsMapper.java
@@ -4,24 +4,13 @@
import org.apache.ibatis.annotations.Param;
import com.yeshi.fanli.dao.BaseMapper;
import com.yeshi.fanli.entity.bus.lable.LabelGoods;
   
public interface LabelGoodsMapper {
public interface LabelGoodsMapper extends BaseMapper<LabelGoods>{
   int deleteByPrimaryKey(Long id);
   int insert(LabelGoods record);
   int insertSelective(LabelGoods record);
   LabelGoods selectByPrimaryKey(Long id);
   int updateByPrimaryKeySelective(LabelGoods record);
   int updateByPrimaryKey(LabelGoods record);
   /**
    * 批量插入
    * @param list
@@ -46,6 +35,13 @@
   
   
   /**
    * 删除商品多个标签
    */
   void deleteByAuctionIdAndLabIDs(@Param("auctionId")Long auctionId, @Param("list") List<Long> list);
   /**
    * 批量删除
    * @param ids
    * @return