yxm
2024-07-08 8bb9fdc73792611e25ffab991109fe5d870f465c
skjcmanager/skjcmanager-service-api/skjcmanager-sm-api/src/main/java/cn/gistack/sm/sjztmd/feign/ISjztMdClient.java
@@ -34,6 +34,6 @@
   void getReservoirRainfallForecast(@RequestParam("dayIndexList") List<String> dayIndexList) throws Exception;
   @GetMapping(GET_PROJECT_CHECK_STATUS)
   void setGetProjectCheckStatus() throws ParseException;
   void setGetProjectCheckStatus() throws Exception;
}