huangzhen
2023-12-20 25a1cd1e6f6be895cdf19d49286969cbbca59eb9
1
2
3
4
5
6
7
8
9
10
11
12
package com.gkhy.fourierSpecialGasMonitor.service;
 
import com.gkhy.fourierSpecialGasMonitor.entity.DeviceExceptionLog;
 
/**
 * @author Mr.huang
 * @decription
 * @date 2023/8/8 15:12
 */
public interface DeviceExceptionLogService {
    DeviceExceptionLog save(DeviceExceptionLog log);
}