| | |
| | | public void synchAllCabinet(JSONArray jsonObject) throws ApiException; |
| | | |
| | | public void alarm(JSONObject jsonObject) throws ApiException; |
| | | |
| | | |
| | | public void alarmperson(JSONObject jsonObject) throws Exception; |
| | | |
| | | public void cabinetData(JSONArray jsonObject) throws ApiException; |
| | |
| | | public List<SysUser> getUserListByContainerCode(String containerCode, String startTime,String endTime) throws ApiException; |
| | | |
| | | List<SysUser> getUserListByContainerCodeNew(String containerCode, String startTime, String endTime) throws ApiException; |
| | | |
| | | public void delalarmperson(JSONObject jsonObject) throws Exception; |
| | | } |