jiazx0107
2026-01-17 a97a1eb281eb7d469ee5750b63826b455d780ee6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.fzzy.igds.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.fzzy.igds.domain.WeatherInfo;
import org.apache.ibatis.annotations.Mapper;
 
/**
 * @Description
 * @Author CZT
 * @Date 2026/01/09 11:55
 */
@Mapper
public interface WeatherInfoMapper extends BaseMapper<WeatherInfo> {
}