zouyu
2026-04-14 948194840fc18c00617cbf3cf72f9e81bb0ee5b3
1
2
3
4
5
6
7
8
9
package com.ruoyi.device.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.device.pojo.DeviceLog;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface DeviceLogMapper extends BaseMapper<DeviceLog> {
}