src/main/java/com/whyc/mapper/LockInfMapper.java @@ -20,4 +20,6 @@ //实时获取获取区域下所有锁的状态 List<LockInf> getRealLock(@Param("areaList") List<Integer> areaList); LockInf getlinfBylockId(Integer lockId); }