admin
2025-02-25 30d8e227e8d823b6c38c3b9c90ac2df03b63befe
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/lable/LabelMapper.java
@@ -7,7 +7,7 @@
import com.yeshi.fanli.entity.bus.lable.Label;
import com.yeshi.fanli.entity.bus.lable.LabelGoods;
import com.yeshi.fanli.exception.LabelException;
import com.yeshi.fanli.exception.goods.quality.LabelException;
public interface LabelMapper {
@@ -25,6 +25,18 @@
   
   List<Label> selectByTitle(@Param("title") String title);
   
   Label getByTitle(@Param("title") String title);
   /**
    * 多个标签查询
    * @param list
    * @return
    */
   List<Label> listByTitles(List<String> list);
   /**
    * 统计标签总数
    * @return