src/main/java/com/lxzn/base/service/IDncPassLogService.java
@@ -17,15 +17,15 @@ * @return */ DncPassLog findDayTime(String dateDay); /** * 发送文件 */ void fileClientTxtOrNc(); /** * 删除固定路径下超时文件 * @return */ void deleteNcSendFile(); // // /** // * 发送文件 // */ // void fileClientTxtOrNc(); // // /** // * 删除固定路径下超时文件 // * @return // */ // void deleteNcSendFile(); }