puzhibing
2025-02-10 5e6b9cdb9cdf8c9362491b337a4e15bf1a107125
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);
}