zhuo
2025-03-04 a3d51976f721767c14e231d42abbb7fc970f8de5
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);
}