无关风月
2025-03-19 d56e45a6bf3ad11809fbf51dff0dfbe853860d43
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);
}