gdg
2021-02-02 aab1d1e20e7b4b72a9bd98c5d26fdfb087b4c57b
src/main/java/com/nanometer/smartlab/service/InterfaceService.java
@@ -23,8 +23,8 @@
    public void synchAllCabinet(JSONArray jsonObject) throws ApiException;
    public void alarm(JSONObject jsonObject) throws ApiException;
    public void alarmperson(JSONObject jsonObject) throws ApiException, IOException;
    public void alarmperson(JSONObject jsonObject) throws Exception;
    public void cabinetData(JSONArray jsonObject) throws ApiException;
@@ -38,4 +38,7 @@
   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;
}