puzhibing
2025-02-11 0275498af38bc1c8fbc5bfea54f3cce3550fd6ab
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);
}