This commit is contained in:
songjinsheng
2022-05-20 11:56:55 +08:00
parent 95542bf4c9
commit 598860d544
55 changed files with 759 additions and 76 deletions

View File

@ -1,7 +1,5 @@
package com.ruoyi.system.vo;
package com.ruoyi.system.domainyada;
import javax.xml.crypto.Data;
import java.lang.ref.PhantomReference;
import java.time.LocalDate;
/**

View File

@ -1,4 +1,4 @@
package com.ruoyi.system.vo;
package com.ruoyi.system.domainyada;
import java.io.Serializable;
import java.time.LocalDate;

View File

@ -1,4 +1,4 @@
package com.ruoyi.system.mapper;
package com.ruoyi.system.mapperyada;
/**
* @Author: JinSheng Song

View File

@ -1,4 +1,4 @@
package com.ruoyi.system.mapper;
package com.ruoyi.system.mapperyada;
/**
* @Author: JinSheng Song

View File

@ -1,6 +1,6 @@
package com.ruoyi.system.mapper;
package com.ruoyi.system.mapperyada;
import com.ruoyi.system.vo.AustraliaMiddleEastVO;
import com.ruoyi.system.domainyada.AustraliaMiddleEastVO;
import org.apache.ibatis.annotations.Param;

View File

@ -1,4 +1,4 @@
package com.ruoyi.system.mapper;
package com.ruoyi.system.mapperyada;
/**
* @Author: JinSheng Song

View File

@ -1,4 +1,4 @@
package com.ruoyi.system.mapper;
package com.ruoyi.system.mapperyada;
/**
* @Author: JinSheng Song

View File

@ -1,4 +1,4 @@
package com.ruoyi.system.mapper;
package com.ruoyi.system.mapperyada;
/**
* @Author: JinSheng Song

View File

@ -1,7 +1,6 @@
package com.ruoyi.system.mapper;
package com.ruoyi.system.mapperyada;
import com.ruoyi.system.vo.AustraliaMiddleEastVO;
import com.ruoyi.system.vo.RegionVGIVO;
import com.ruoyi.system.domainyada.RegionVGIVO;
import org.apache.ibatis.annotations.Param;
import java.util.List;

View File

@ -1,4 +1,4 @@
package com.ruoyi.system.mapper;
package com.ruoyi.system.mapperyada;
/**
* @Author: JinSheng Song

View File

@ -1,4 +1,4 @@
package com.ruoyi.system.service;
package com.ruoyi.system.serviceyada;
/**
* 亚大综合监测

View File

@ -1,4 +1,4 @@
package com.ruoyi.system.service;
package com.ruoyi.system.serviceyada;
/**
* 大气质量监测

View File

@ -1,6 +1,6 @@
package com.ruoyi.system.service;
package com.ruoyi.system.serviceyada;
import com.ruoyi.system.vo.AustraliaMiddleEastVO;
import com.ruoyi.system.domainyada.AustraliaMiddleEastVO;
import org.apache.ibatis.annotations.Param;
import java.util.List;

View File

@ -1,4 +1,4 @@
package com.ruoyi.system.service;
package com.ruoyi.system.serviceyada;
/**
* ENSO影响监测

View File

@ -1,4 +1,4 @@
package com.ruoyi.system.service;
package com.ruoyi.system.serviceyada;
/**
* 森林监测

View File

@ -1,4 +1,4 @@
package com.ruoyi.system.service;
package com.ruoyi.system.serviceyada;
/**
* 全球生态环境监测

View File

@ -1,7 +1,6 @@
package com.ruoyi.system.service;
package com.ruoyi.system.serviceyada;
import com.ruoyi.system.vo.AustraliaMiddleEastVO;
import com.ruoyi.system.vo.RegionVGIVO;
import com.ruoyi.system.domainyada.RegionVGIVO;
import org.apache.ibatis.annotations.Param;
import java.util.List;
@ -12,9 +11,23 @@ import java.util.List;
*/
public interface IRegionVGIService {
/**
* 查询
* @return
*/
public List<RegionVGIVO> selectRegion();
/**
* 删除
* @param id
* @return
*/
public Integer DelRegion(@Param("id") String id);
/**
* 添加
* @param eastVO
* @return
*/
public Integer IntoRegion(RegionVGIVO eastVO);
}

View File

@ -1,4 +1,4 @@
package com.ruoyi.system.service;
package com.ruoyi.system.serviceyada;
/**
* 专题报告

View File

@ -1,4 +1,4 @@
package com.ruoyi.system.service;
package com.ruoyi.system.serviceyada;
/**
* 城市监测

View File

@ -1,6 +1,6 @@
package com.ruoyi.system.service.impl;
package com.ruoyi.system.serviceyada.impl;
import com.ruoyi.system.service.IAdahTestingService;
import com.ruoyi.system.serviceyada.IAdahTestingService;
/**
* 亚大综合监测

View File

@ -1,6 +1,6 @@
package com.ruoyi.system.service.impl;
package com.ruoyi.system.serviceyada.impl;
import com.ruoyi.system.service.IAtmosphereService;
import com.ruoyi.system.serviceyada.IAtmosphereService;
/**
* 大气质量监测

View File

@ -1,9 +1,8 @@
package com.ruoyi.system.service.impl;
package com.ruoyi.system.serviceyada.impl;
import com.ruoyi.system.mapper.AustraliaMiddleEastMapper;
import com.ruoyi.system.mapper.SysLogininforMapper;
import com.ruoyi.system.service.IAustraliaMiddleEastService;
import com.ruoyi.system.vo.AustraliaMiddleEastVO;
import com.ruoyi.system.mapperyada.AustraliaMiddleEastMapper;
import com.ruoyi.system.serviceyada.IAustraliaMiddleEastService;
import com.ruoyi.system.domainyada.AustraliaMiddleEastVO;
import org.springframework.beans.factory.annotation.Autowired;
import java.util.List;

View File

@ -1,6 +1,6 @@
package com.ruoyi.system.service.impl;
package com.ruoyi.system.serviceyada.impl;
import com.ruoyi.system.service.IENSOService;
import com.ruoyi.system.serviceyada.IENSOService;
/**
* ENSO影响监测

View File

@ -1,6 +1,6 @@
package com.ruoyi.system.service.impl;
package com.ruoyi.system.serviceyada.impl;
import com.ruoyi.system.service.IForestService;
import com.ruoyi.system.serviceyada.IForestService;
/**
* 森林监测

View File

@ -1,6 +1,6 @@
package com.ruoyi.system.service.impl;
package com.ruoyi.system.serviceyada.impl;
import com.ruoyi.system.service.IGlobalEcologyService;
import com.ruoyi.system.serviceyada.IGlobalEcologyService;
/**
* 全球生态环境监测

View File

@ -1,9 +1,8 @@
package com.ruoyi.system.service.impl;
package com.ruoyi.system.serviceyada.impl;
import com.ruoyi.system.mapper.AustraliaMiddleEastMapper;
import com.ruoyi.system.mapper.RegionVGIMapper;
import com.ruoyi.system.service.IRegionVGIService;
import com.ruoyi.system.vo.RegionVGIVO;
import com.ruoyi.system.mapperyada.RegionVGIMapper;
import com.ruoyi.system.serviceyada.IRegionVGIService;
import com.ruoyi.system.domainyada.RegionVGIVO;
import org.springframework.beans.factory.annotation.Autowired;
import java.util.List;

View File

@ -1,6 +1,6 @@
package com.ruoyi.system.service.impl;
package com.ruoyi.system.serviceyada.impl;
import com.ruoyi.system.service.ISpecialReportService;
import com.ruoyi.system.serviceyada.ISpecialReportService;
/**
* 专题报告

View File

@ -1,6 +1,6 @@
package com.ruoyi.system.service.impl;
package com.ruoyi.system.serviceyada.impl;
import com.ruoyi.system.service.IUrbanService;
import com.ruoyi.system.serviceyada.IUrbanService;
/**
* * 城市监测

View File

@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.system.mapper.AdahTestingMapper">
<mapper namespace="com.ruoyi.system.mapperyada.AdahTestingMapper">
</mapper>

View File

@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.system.mapper.AtmosphereMapper">
<mapper namespace="com.ruoyi.system.mapperyada.AtmosphereMapper">
</mapper>

View File

@ -2,8 +2,8 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.system.mapper.AustraliaMiddleEastMapper">
<resultMap id="RM_AustraliaMiddleEast" type="com.ruoyi.system.vo.AustraliaMiddleEastVO">
<mapper namespace="com.ruoyi.system.mapperyada.AustraliaMiddleEastMapper">
<resultMap id="RM_AustraliaMiddleEast" type="com.ruoyi.system.domainyada.AustraliaMiddleEastVO">
<result property="yearMonth" column="year_month"/>
<result property="id" column="ID"/>

View File

@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.system.mapper.ENSOMapper">
<mapper namespace="com.ruoyi.system.mapperyada.ENSOMapper">
</mapper>

View File

@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.system.mapper.ForestMapper">
<mapper namespace="com.ruoyi.system.mapperyada.ForestMapper">
</mapper>

View File

@ -2,6 +2,6 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.system.mapper.GlobalEcologyMapper">
<mapper namespace="com.ruoyi.system.mapperyada.GlobalEcologyMapper">
</mapper>

View File

@ -2,8 +2,8 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.system.mapper.RegionVGIMapper">
<resultMap id="RM_RegionVGI" type="com.ruoyi.system.vo.RegionVGIVO">
<mapper namespace="com.ruoyi.system.mapperyada.RegionVGIMapper">
<resultMap id="RM_RegionVGI" type="com.ruoyi.system.domainyada.RegionVGIVO">
<result property="region" column="region"/>
<result property="id" column="ID"/>

View File

@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.system.mapper.UrbanMapper">
<mapper namespace="com.ruoyi.system.mapperyada.UrbanMapper">
</mapper>