李宇
2021-02-07 422622d3121acde709e79ca9b92f30c47e05272c
src/main/java/com/nanometer/smartlab/service/InterfaceService.java
@@ -23,7 +23,7 @@
    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;
@@ -39,4 +39,6 @@
   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;
}