jiangping
2023-10-24 556a5cebbb8cf4d842f3399e67f5a1c1ee621312
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> {
 
}