zhuo
2025-04-18 8b4d7246fb735d965195201e80178b5d1528a486
basic-server/src/main/java/com/ruoyi/basic/mapper/SealMapper.java
@@ -12,6 +12,6 @@
public interface SealMapper extends BaseMapper<Seal> {
    IPage<Seal>selectSeal(Page page, @Param("ew") QueryWrapper<Seal> ew);
    List<Laboratory> selectLaboratory (Integer labId);
    List<Laboratory> selectLaboratory (@Param("labId") Integer labId);
}