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