| | |
| | | public Map<String,Object> getLockByCarPlate(String usersId, String carPlate, Integer pageNum, Integer pageSize); |
| | | |
| | | public List<ArdTankLock> getArdTankLockAll(); |
| | | |
| | | public void sendLockState(String userId,String syUserId,String syPassword); |
| | | |
| | | public void readPassword(String userId,String password); |
| | | |
| | | public List<ArdTankLock> getArdTankLockAllWithState(); |
| | | |
| | | public Long getArdTankLockCount(); |
| | | |
| | | public int updateLockEnableByCarId(Map<String,Object> para); |
| | | |
| | | //public void getAlarm(String syUserId,String syPassword); |
| | | } |