gonglilong
2024-09-14 7f615dc1f37ccc9efd7f5b2f7e044c2e62f01074
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;
}