chenrui
2025-04-08 4e5d5dbb194f097a19ad8ed0ebb8b0d2247230f3
basic-server/src/main/java/com/ruoyi/basic/mapper/LaboratoryMapper.java
@@ -7,6 +7,9 @@
import com.ruoyi.basic.pojo.Laboratory;
import org.apache.ibatis.annotations.Param;
import java.util.List;
import java.util.Set;
/**
 * 实验室管理(Laboratory)表数据库访问层
 */
@@ -16,5 +19,6 @@
    Object obtainItemParameterList(@Param("page") Page page, @Param("ew") QueryWrapper<Laboratory> ew);
    List<Laboratory> selectByName(@Param("names") Set<String> names);
}