无关风月
2025-02-13 8236caa8042288fcb9b584c21d6157f713183626
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);
}