zhanghua
2023-07-10 cf995221ffcdee0cde9641545b7a1123002018da
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ycl.smoke.mapper;
 
import com.ycl.smoke.entity.OdsInTime;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * <p>
 * 返回实时的设备数据 Mapper 接口
 * </p>
 *
 * @author lyq
 * @since 2023-02-28
 */
public interface OdsInTimeMapper extends BaseMapper<OdsInTime> {
 
}