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