无关风月
2025-03-26 3b4bd94a21864b9b638395c95c467bb82a2f157e
ruoyi-api/ruoyi-api-integration/src/main/java/com/ruoyi/integration/api/feignClient/BmsDemandAndChargerExportationClient.java
@@ -22,6 +22,6 @@
    * @return
    */
   @PostMapping("/bmsDemandAndChargerExportation/getBmsDemandAndChargerExportation")
   R<BmsDemandAndChargerExportation> getBmsDemandAndChargerExportation(@RequestParam("orderCode") String orderCode);
   R<BmsDemandAndChargerExportation> getBmsDemandAndChargerExportation(@RequestParam(value = "orderCode") String orderCode);
}