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