修改mapper
This commit is contained in:
parent
c6fa415356
commit
afa068f477
@ -71,7 +71,7 @@ spring:
|
|||||||
# 数据库索引
|
# 数据库索引
|
||||||
database: 3
|
database: 3
|
||||||
# 密码
|
# 密码
|
||||||
password: sdust2020
|
password: yhy_app
|
||||||
# 连接超时时间
|
# 连接超时时间
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
lettuce:
|
lettuce:
|
||||||
|
@ -5,7 +5,7 @@ package com.ruoyi.system.domain_yada;
|
|||||||
* @Author: JinSheng Song
|
* @Author: JinSheng Song
|
||||||
* @Date: 2022/5/20 14:06
|
* @Date: 2022/5/20 14:06
|
||||||
*/
|
*/
|
||||||
public class AorestCoverageVO {
|
public class AorestCoverageVO extends SysBaseEntity {
|
||||||
|
|
||||||
private String id;
|
private String id;
|
||||||
|
|
||||||
@ -23,4 +23,67 @@ public class AorestCoverageVO {
|
|||||||
|
|
||||||
private String nonMountain;
|
private String nonMountain;
|
||||||
|
|
||||||
|
public String getId() {
|
||||||
|
return id;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setId(String id) {
|
||||||
|
this.id = id;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getParticularYear() {
|
||||||
|
return particularYear;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setParticularYear(String particularYear) {
|
||||||
|
this.particularYear = particularYear;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getRegion() {
|
||||||
|
return region;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setRegion(String region) {
|
||||||
|
this.region = region;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getRegionEn() {
|
||||||
|
return regionEn;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setRegionEn(String regionEn) {
|
||||||
|
this.regionEn = regionEn;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getProtectedLands() {
|
||||||
|
return protectedLands;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setProtectedLands(String protectedLands) {
|
||||||
|
this.protectedLands = protectedLands;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getNonProtectedLands() {
|
||||||
|
return nonProtectedLands;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setNonProtectedLands(String nonProtectedLands) {
|
||||||
|
this.nonProtectedLands = nonProtectedLands;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getMountain() {
|
||||||
|
return mountain;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setMountain(String mountain) {
|
||||||
|
this.mountain = mountain;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getNonMountain() {
|
||||||
|
return nonMountain;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setNonMountain(String nonMountain) {
|
||||||
|
this.nonMountain = nonMountain;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<!DOCTYPE mapper
|
<!DOCTYPE mapper
|
||||||
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||||
<mapper namespace="com.ruoyi.system.mapper.mapperyada.AorestCoverageMapper">
|
<mapper namespace="com.ruoyi.system.mapper_yada.AorestCoverageMapper">
|
||||||
|
|
||||||
|
|
||||||
</mapper>
|
</mapper>
|
@ -2,7 +2,7 @@
|
|||||||
<!DOCTYPE mapper
|
<!DOCTYPE mapper
|
||||||
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||||
<mapper namespace="com.ruoyi.system.mapper.mapperyada.AustraliaMiddleEastMapper">
|
<mapper namespace="com.ruoyi.system.mapper_yada.AustraliaMiddleEastMapper">
|
||||||
<resultMap id="RM_AustraliaMiddleEast" type="com.ruoyi.system.domain_yada.AustraliaMiddleEastVO">
|
<resultMap id="RM_AustraliaMiddleEast" type="com.ruoyi.system.domain_yada.AustraliaMiddleEastVO">
|
||||||
|
|
||||||
<result property="yearMonth" column="year_month"/>
|
<result property="yearMonth" column="year_month"/>
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
<!DOCTYPE mapper
|
<!DOCTYPE mapper
|
||||||
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||||
<mapper namespace="com.ruoyi.system.mapper.mapperyada.GlobalTypeMapper">
|
<mapper namespace="com.ruoyi.system.mapper_yada.GlobalTypeMapper">
|
||||||
|
|
||||||
</mapper>
|
</mapper>
|
@ -2,7 +2,7 @@
|
|||||||
<!DOCTYPE mapper
|
<!DOCTYPE mapper
|
||||||
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||||
<mapper namespace="com.ruoyi.system.mapper.mapperyada.OceanTemperatureMapper">
|
<mapper namespace="com.ruoyi.system.mapper_yada.OceanTemperatureMapper">
|
||||||
|
|
||||||
|
|
||||||
</mapper>
|
</mapper>
|
@ -2,7 +2,7 @@
|
|||||||
<!DOCTYPE mapper
|
<!DOCTYPE mapper
|
||||||
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||||
<mapper namespace="com.ruoyi.system.mapper.mapperyada.RegionVGIMapper">
|
<mapper namespace="com.ruoyi.system.mapper_yada.RegionVGIMapper">
|
||||||
<resultMap id="RM_RegionVGI" type="com.ruoyi.system.domain_yada.RegionVGIVO">
|
<resultMap id="RM_RegionVGI" type="com.ruoyi.system.domain_yada.RegionVGIVO">
|
||||||
|
|
||||||
<result property="region" column="region"/>
|
<result property="region" column="region"/>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<!DOCTYPE mapper
|
<!DOCTYPE mapper
|
||||||
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||||
<mapper namespace="com.ruoyi.system.mapper.mapperyada.RegionalSystemMapper">
|
<mapper namespace="com.ruoyi.system.mapper_yada.RegionalSystemMapper">
|
||||||
|
|
||||||
|
|
||||||
</mapper>
|
</mapper>
|
@ -2,7 +2,7 @@
|
|||||||
<!DOCTYPE mapper
|
<!DOCTYPE mapper
|
||||||
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||||
<mapper namespace="com.ruoyi.system.mapper.mapperyada.UrbanMapper">
|
<mapper namespace="com.ruoyi.system.mapper_yada.UrbanMapper">
|
||||||
|
|
||||||
|
|
||||||
</mapper>
|
</mapper>
|
@ -2,7 +2,7 @@
|
|||||||
<!DOCTYPE mapper
|
<!DOCTYPE mapper
|
||||||
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||||
<mapper namespace="com.ruoyi.system.mapper.mapperyada.VegetationCoverageMapper">
|
<mapper namespace="com.ruoyi.system.mapper_yada.VegetationCoverageMapper">
|
||||||
|
|
||||||
|
|
||||||
</mapper>
|
</mapper>
|
Loading…
Reference in New Issue
Block a user