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