package com.yeshi.fanli.dao.mybatis.lable; import java.util.List; import java.util.Map; import org.apache.ibatis.annotations.Param; import com.yeshi.fanli.entity.bus.lable.Label; import com.yeshi.fanli.entity.bus.lable.LabelGoods; import com.yeshi.fanli.exception.LabelException; public interface LabelMapper { int insert(Label record); int insertSelective(Label record); int updateByPrimaryKey(Label record); int updateByPrimaryKeySelective(Label record); int deleteByPrimaryKey(Long id); Label selectByPrimaryKey(Long id); List