#AI
Junjie
7 天以前 d600bbc25fb2e306d92cffafe2d7aa601daa536b
src/main/java/com/zy/asrs/service/DeviceDataLogService.java
@@ -5,7 +5,7 @@
public interface DeviceDataLogService extends IService<DeviceDataLog> {
    int clearLog();//清理超过24小时日志数据
    int clearLog(int expireDays);
    boolean saveBatch(java.util.List<DeviceDataLog> list);
}