新增辐射逐小时资料接受类
parent
101a1efe7c
commit
782fc09bd9
@ -0,0 +1,20 @@
|
|||||||
|
package generator.mapper;
|
||||||
|
|
||||||
|
import generator.domain.radi_chn_mul_hor;
|
||||||
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||||
|
import org.apache.ibatis.annotations.Mapper;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author 田俊彪
|
||||||
|
* @description 针对表【radi_chn_mul_hor】的数据库操作Mapper
|
||||||
|
* @createDate 2024-11-27 14:23:48
|
||||||
|
* @Entity generator.domain.radi_chn_mul_hor
|
||||||
|
*/
|
||||||
|
@Mapper
|
||||||
|
public interface radi_chn_mul_horMapper extends BaseMapper<radi_chn_mul_hor> {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -0,0 +1,22 @@
|
|||||||
|
package generator.service.impl;
|
||||||
|
|
||||||
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||||
|
import generator.domain.radi_chn_mul_hor;
|
||||||
|
import generator.service.radi_chn_mul_horService;
|
||||||
|
import generator.mapper.radi_chn_mul_horMapper;
|
||||||
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author 田俊彪
|
||||||
|
* @description 针对表【radi_chn_mul_hor】的数据库操作Service实现
|
||||||
|
* @createDate 2024-11-27 14:23:48
|
||||||
|
*/
|
||||||
|
@Service
|
||||||
|
public class radi_chn_mul_horServiceImpl extends ServiceImpl<radi_chn_mul_horMapper, radi_chn_mul_hor>
|
||||||
|
implements radi_chn_mul_horService{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -0,0 +1,13 @@
|
|||||||
|
package generator.service;
|
||||||
|
|
||||||
|
import generator.domain.radi_chn_mul_hor;
|
||||||
|
import com.baomidou.mybatisplus.extension.service.IService;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author 田俊彪
|
||||||
|
* @description 针对表【radi_chn_mul_hor】的数据库操作Service
|
||||||
|
* @createDate 2024-11-27 14:23:48
|
||||||
|
*/
|
||||||
|
public interface radi_chn_mul_horService extends IService<radi_chn_mul_hor> {
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,92 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE mapper
|
||||||
|
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
|
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||||
|
<mapper namespace="generator.mapper.radi_chn_mul_horMapper">
|
||||||
|
|
||||||
|
<resultMap id="BaseResultMap" type="generator.domain.radi_chn_mul_hor">
|
||||||
|
<id property="id" column="id" jdbcType="INTEGER"/>
|
||||||
|
<result property="station_Id_C" column="Station_Id_C" jdbcType="VARCHAR"/>
|
||||||
|
<result property="station_levl" column="Station_levl" jdbcType="VARCHAR"/>
|
||||||
|
<result property="lat" column="Lat" jdbcType="VARCHAR"/>
|
||||||
|
<result property="lon" column="Lon" jdbcType="VARCHAR"/>
|
||||||
|
<result property="alti" column="Alti" jdbcType="VARCHAR"/>
|
||||||
|
<result property="admin_Code_CHN" column="Admin_Code_CHN" jdbcType="VARCHAR"/>
|
||||||
|
<result property="v_ACODE_4SEARCH" column="V_ACODE_4SEARCH" jdbcType="VARCHAR"/>
|
||||||
|
<result property="town_code" column="Town_code" jdbcType="VARCHAR"/>
|
||||||
|
<result property="city" column="City" jdbcType="VARCHAR"/>
|
||||||
|
<result property="station_Name" column="Station_Name" jdbcType="VARCHAR"/>
|
||||||
|
<result property="cnty" column="Cnty" jdbcType="VARCHAR"/>
|
||||||
|
<result property="COUNTRYCODE" column="COUNTRYCODE" jdbcType="VARCHAR"/>
|
||||||
|
<result property="country" column="Country" jdbcType="VARCHAR"/>
|
||||||
|
<result property="netCode" column="NetCode" jdbcType="VARCHAR"/>
|
||||||
|
<result property="province" column="Province" jdbcType="VARCHAR"/>
|
||||||
|
<result property="REGIONCODE" column="REGIONCODE" jdbcType="VARCHAR"/>
|
||||||
|
<result property="town" column="Town" jdbcType="VARCHAR"/>
|
||||||
|
<result property="d_RETAIN_ID" column="D_RETAIN_ID" jdbcType="VARCHAR"/>
|
||||||
|
<result property="d_SOURCE_ID" column="D_SOURCE_ID" jdbcType="VARCHAR"/>
|
||||||
|
<result property="DATA_ID" column="DATA_ID" jdbcType="VARCHAR"/>
|
||||||
|
<result property="IYMDHM" column="IYMDHM" jdbcType="VARCHAR"/>
|
||||||
|
<result property="RYMDHM" column="RYMDHM" jdbcType="VARCHAR"/>
|
||||||
|
<result property="UPDATE_TIME" column="UPDATE_TIME" jdbcType="VARCHAR"/>
|
||||||
|
<result property="datetime" column="Datetime" jdbcType="VARCHAR"/>
|
||||||
|
<result property="REP_CORR_ID" column="REP_CORR_ID" jdbcType="VARCHAR"/>
|
||||||
|
<result property="station_Id_d" column="Station_Id_d" jdbcType="VARCHAR"/>
|
||||||
|
<result property="year" column="Year" jdbcType="VARCHAR"/>
|
||||||
|
<result property="mon" column="Mon" jdbcType="VARCHAR"/>
|
||||||
|
<result property="day" column="Day" jdbcType="VARCHAR"/>
|
||||||
|
<result property="hour" column="Hour" jdbcType="VARCHAR"/>
|
||||||
|
<result property="min" column="Min" jdbcType="VARCHAR"/>
|
||||||
|
<result property="v14311" column="V14311" jdbcType="VARCHAR"/>
|
||||||
|
<result property="v14312" column="V14312" jdbcType="VARCHAR"/>
|
||||||
|
<result property="v14313" column="V14313" jdbcType="VARCHAR"/>
|
||||||
|
<result property="v14314" column="V14314" jdbcType="VARCHAR"/>
|
||||||
|
<result property="v14315" column="V14315" jdbcType="VARCHAR"/>
|
||||||
|
<result property="v14316" column="V14316" jdbcType="VARCHAR"/>
|
||||||
|
<result property="v14320" column="V14320" jdbcType="VARCHAR"/>
|
||||||
|
<result property="QRA_Max" column="QRA_Max" jdbcType="VARCHAR"/>
|
||||||
|
<result property="QRA_Max_OTime" column="QRA_Max_OTime" jdbcType="VARCHAR"/>
|
||||||
|
<result property="v14308" column="V14308" jdbcType="VARCHAR"/>
|
||||||
|
<result property="NRA_Max" column="NRA_Max" jdbcType="VARCHAR"/>
|
||||||
|
<result property="NRA_Max_OTime" column="NRA_Max_OTime" jdbcType="VARCHAR"/>
|
||||||
|
<result property="NRA_Min" column="NRA_Min" jdbcType="VARCHAR"/>
|
||||||
|
<result property="NRA_Min_OTime" column="NRA_Min_OTime" jdbcType="VARCHAR"/>
|
||||||
|
<result property="v14322" column="V14322" jdbcType="VARCHAR"/>
|
||||||
|
<result property="DRA_Max" column="DRA_Max" jdbcType="VARCHAR"/>
|
||||||
|
<result property="DRA_Max_OTime" column="DRA_Max_OTime" jdbcType="VARCHAR"/>
|
||||||
|
<result property="v14309" column="V14309" jdbcType="VARCHAR"/>
|
||||||
|
<result property="SRA_Max" column="SRA_Max" jdbcType="VARCHAR"/>
|
||||||
|
<result property="SRA_Max_OTime" column="SRA_Max_OTime" jdbcType="VARCHAR"/>
|
||||||
|
<result property="v14306" column="V14306" jdbcType="VARCHAR"/>
|
||||||
|
<result property="RRA_Max" column="RRA_Max" jdbcType="VARCHAR"/>
|
||||||
|
<result property="RRA_Max_OTime" column="RRA_Max_OTime" jdbcType="VARCHAR"/>
|
||||||
|
<result property="v14307" column="V14307" jdbcType="VARCHAR"/>
|
||||||
|
<result property="v14316_05" column="V14316_05" jdbcType="VARCHAR"/>
|
||||||
|
<result property="UV_Max_OTime" column="UV_Max_OTime" jdbcType="VARCHAR"/>
|
||||||
|
<result property="SSH" column="SSH" jdbcType="VARCHAR"/>
|
||||||
|
<result property="API" column="API" jdbcType="VARCHAR"/>
|
||||||
|
</resultMap>
|
||||||
|
|
||||||
|
<sql id="Base_Column_List">
|
||||||
|
id,Station_Id_C,Station_levl,
|
||||||
|
Lat,Lon,Alti,
|
||||||
|
Admin_Code_CHN,V_ACODE_4SEARCH,Town_code,
|
||||||
|
City,Station_Name,Cnty,
|
||||||
|
COUNTRYCODE,Country,NetCode,
|
||||||
|
Province,REGIONCODE,Town,
|
||||||
|
D_RETAIN_ID,D_SOURCE_ID,DATA_ID,
|
||||||
|
IYMDHM,RYMDHM,UPDATE_TIME,
|
||||||
|
Datetime,REP_CORR_ID,Station_Id_d,
|
||||||
|
Year,Mon,Day,
|
||||||
|
Hour,Min,V14311,
|
||||||
|
V14312,V14313,V14314,
|
||||||
|
V14315,V14316,V14320,
|
||||||
|
QRA_Max,QRA_Max_OTime,V14308,
|
||||||
|
NRA_Max,NRA_Max_OTime,NRA_Min,
|
||||||
|
NRA_Min_OTime,V14322,DRA_Max,
|
||||||
|
DRA_Max_OTime,V14309,SRA_Max,
|
||||||
|
SRA_Max_OTime,V14306,RRA_Max,
|
||||||
|
RRA_Max_OTime,V14307,V14316_05,
|
||||||
|
UV_Max_OTime,SSH,API
|
||||||
|
</sql>
|
||||||
|
</mapper>
|
Loading…
Reference in New Issue