修改控制器

This commit is contained in:
songjinsheng 2022-05-20 14:19:25 +08:00
parent 598860d544
commit 43e3d8cfea
30 changed files with 27 additions and 2 deletions

View File

@ -1,7 +1,7 @@
package com.ruoyi.web.controller.yada; package com.ruoyi.web.controller.yada;
/** /**
* 亚大综合监测 * 森林覆盖率
* @Author: JinSheng Song * @Author: JinSheng Song
* @Date: 2022/5/11 9:08 * @Date: 2022/5/11 9:08
*/ */

View File

@ -5,5 +5,5 @@ package com.ruoyi.web.controller.yada;
* @Author: JinSheng Song * @Author: JinSheng Song
* @Date: 2022/5/11 10:56 * @Date: 2022/5/11 10:56
*/ */
public class AtmosphereController { public class VegetationCoverageController {
} }

View File

@ -0,0 +1,5 @@
package com.ruoyi.system.domainyada;/**
* @Author: JinSheng Song
* @Date: 2022/5/20 14:06
*/public class AorestCoverageVo {
}

View File

@ -0,0 +1,5 @@
package com.ruoyi.system.domainyada;/**
* @Author: JinSheng Song
* @Date: 2022/5/20 14:07
*/public class GlobalTypeVO {
}

View File

@ -0,0 +1,5 @@
package com.ruoyi.system.domainyada;/**
* @Author: JinSheng Song
* @Date: 2022/5/20 14:08
*/public class OceanTemperatureVO {
}

View File

@ -0,0 +1,5 @@
package com.ruoyi.system.domainyada;/**
* @Author: JinSheng Song
* @Date: 2022/5/20 14:09
*/public class RegionalSystemVO {
}

View File

@ -0,0 +1,5 @@
package com.ruoyi.system.domainyada;/**
* @Author: JinSheng Song
* @Date: 2022/5/20 14:09
*/public class VegetationCoverageVO {
}