郑永安
2023-07-17 ff038b3eab83ae97c7952884aea13a340dab683d
1
2
3
4
5
6
7
8
9
package com.gk.hotwork.Mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.gk.hotwork.Domain.DevicePing;
import org.springframework.stereotype.Repository;
 
@Repository
public interface DevicePingMapper extends BaseMapper<DevicePing> {
}