From 27d341342925f11c19fb7a31da7050f5e9041319 Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期四, 19 十月 2023 17:52:29 +0800 Subject: [PATCH] 新增数据分析模块 --- src/main/java/com/flightfeather/monitor/domain/ds1/mapper/DustExceptionSettingMapper.kt | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/flightfeather/monitor/domain/ds1/mapper/DustExceptionSettingMapper.kt b/src/main/java/com/flightfeather/monitor/domain/ds1/mapper/DustExceptionSettingMapper.kt new file mode 100644 index 0000000..db99fa9 --- /dev/null +++ b/src/main/java/com/flightfeather/monitor/domain/ds1/mapper/DustExceptionSettingMapper.kt @@ -0,0 +1,8 @@ +package com.flightfeather.monitor.domain.ds1.mapper + +import com.flightfeather.monitor.domain.ds1.entity.DustExceptionSetting +import com.flightfeather.monitor.domain.util.MyMapper +import org.apache.ibatis.annotations.Mapper + +@Mapper +interface DustExceptionSettingMapper : MyMapper<DustExceptionSetting?> \ No newline at end of file -- Gitblit v1.9.3