Pu Zhibing
2025-06-03 c05a14bba4b86d83918d7cdc01635785bf5694c2
ruoyi-service/ruoyi-integration/src/main/java/com/ruoyi/integration/mongodb/service/BmsDemandAndChargerExportationService.java
@@ -16,4 +16,10 @@
    */
   List<BmsDemandAndChargerExportation> getBmsDemandAndChargerExportation(String orderCode);
   
   /**
    * 定时任务删除6个月前的数据
    */
   void taskDelete();
}