添加异常标志字段,修改规范字段名,类名

This commit is contained in:
hzj
2024-07-10 09:06:45 +08:00
parent fc0a88d4d8
commit 7f9c079c13
17 changed files with 51 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ import java.util.List;
* @version 1.0.0
* @date 2023年07月17日 11:05
*/
public interface IDataIMapper extends InfluxDbBaseMapper<DataI> {
public interface DataIMapper extends InfluxDbBaseMapper<DataI> {
DataI getMeanAllTimesData(InfluxQueryWrapper influxQueryWrapper);