zhanghua
2023-11-12 ead280567beb29e26e0980c6b3770815e6fe86d9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.ycl.smoke.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ycl.smoke.entity.OdsAlarmMsg;
import com.ycl.smoke.entity.OdsStatistics;
 
/**
 * <p>
 * 报警消息 Mapper 接口
 * </p>
 *
 * @author lyq
 * @since 2023-02-28
 */
public interface OdsStatisticsMapper extends BaseMapper<OdsStatistics> {
 
}