whyclxw
2025-04-22 c510153793c2a4e0dc7d845d8944315776088320
src/main/java/com/whyc/mapper/LockAddressMapper.java
@@ -8,4 +8,6 @@
public interface LockAddressMapper extends CustomMapper<LockAddress>{
    //锁的位置信息
    List<LockAddress> getAddressList(@Param("lockIdList") List<Integer> lockIdList);
    //机房下所有锁的位置
    List<LockAddress> getAllAddress(@Param("stationId") Integer stationId);
}