|  |  |  | 
|---|
|  |  |  | package com.dy.pipIrrWechat.mqtt; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.dy.common.aop.SsoAop; | 
|---|
|  |  |  | import com.dy.common.webUtil.BaseResponse; | 
|---|
|  |  |  | import com.dy.common.webUtil.BaseResponseUtils; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.voRm.VoManure; | 
|---|
|  |  |  | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @GetMapping(path = "oneManureLast") | 
|---|
|  |  |  | @SsoAop() | 
|---|
|  |  |  | public BaseResponse<VoManureLast> oneManureLast(Long manureId){ | 
|---|
|  |  |  | try { | 
|---|
|  |  |  | if(manureId == null){ | 
|---|
|  |  |  | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @GetMapping(path = "oneSoilLast") | 
|---|
|  |  |  | @SsoAop() | 
|---|
|  |  |  | public BaseResponse<VoSoil> oneSoilLast(Long soilId){ | 
|---|
|  |  |  | try { | 
|---|
|  |  |  | if(soilId == null){ | 
|---|
|  |  |  | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @GetMapping(path = "oneWeatherLast") | 
|---|
|  |  |  | @SsoAop() | 
|---|
|  |  |  | public BaseResponse<VoWeather> oneWeatherLast(Long weatherId){ | 
|---|
|  |  |  | try { | 
|---|
|  |  |  | if(weatherId == null){ | 
|---|