zhuo
2025-04-21 af1ef97f554b67140773103a3e90bc95b80c5b54
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);
}