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.OdsInTime;
import com.ycl.smoke.entity.OdsInTimeCount;
 
/**
 * <p>
 * 返回实时的设备数据 Mapper 接口
 * </p>
 *
 * @author lyq
 * @since 2023-02-28
 */
public interface OdsInTimeCountMapper extends BaseMapper<OdsInTimeCount> {
 
}