cnas-server/src/main/java/com/yuanchu/mom/service/SealService.java
@@ -6,6 +6,7 @@ import com.yuanchu.mom.pojo.Laboratory; import com.yuanchu.mom.pojo.Seal; import java.util.List; import java.util.Map; public interface SealService extends IService<Seal> { @@ -19,5 +20,7 @@ //查询 Map<String, Object> selectSeal(Page page, Seal seal); List<Laboratory> Laboratory(Integer id); }