修改控制器
This commit is contained in:
parent
598860d544
commit
43e3d8cfea
@ -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
|
||||||
*/
|
*/
|
@ -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 {
|
||||||
}
|
}
|
@ -0,0 +1,5 @@
|
|||||||
|
package com.ruoyi.system.domainyada;/**
|
||||||
|
* @Author: JinSheng Song
|
||||||
|
* @Date: 2022/5/20 14:06
|
||||||
|
*/public class AorestCoverageVo {
|
||||||
|
}
|
@ -0,0 +1,5 @@
|
|||||||
|
package com.ruoyi.system.domainyada;/**
|
||||||
|
* @Author: JinSheng Song
|
||||||
|
* @Date: 2022/5/20 14:07
|
||||||
|
*/public class GlobalTypeVO {
|
||||||
|
}
|
@ -0,0 +1,5 @@
|
|||||||
|
package com.ruoyi.system.domainyada;/**
|
||||||
|
* @Author: JinSheng Song
|
||||||
|
* @Date: 2022/5/20 14:08
|
||||||
|
*/public class OceanTemperatureVO {
|
||||||
|
}
|
@ -0,0 +1,5 @@
|
|||||||
|
package com.ruoyi.system.domainyada;/**
|
||||||
|
* @Author: JinSheng Song
|
||||||
|
* @Date: 2022/5/20 14:09
|
||||||
|
*/public class RegionalSystemVO {
|
||||||
|
}
|
@ -0,0 +1,5 @@
|
|||||||
|
package com.ruoyi.system.domainyada;/**
|
||||||
|
* @Author: JinSheng Song
|
||||||
|
* @Date: 2022/5/20 14:09
|
||||||
|
*/public class VegetationCoverageVO {
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user