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); }