MrShi
20 小时以前 9eeb62c02a7b3c7b95c20678b6a9c74e7f12f943
1
2
3
4
5
6
7
8
9
10
11
12
package com.doumee.dao.business;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.doumee.dao.business.model.MqttLog;
 
/**
 * @author 江蹄蹄
 * @date 2023/10/12 14:25
 */
public interface MqttLogMapper extends BaseMapper<MqttLog> {
 
}