| | |
| | | import com.dy.common.webUtil.BaseResponseUtils; |
| | | import com.dy.common.webUtil.ResultCodeMsg; |
| | | import com.dy.pipIrrGlobal.pojoMd.MdEt0; |
| | | import com.dy.pipIrrGlobal.voRm.VoManure; |
| | | import io.swagger.v3.oas.annotations.Operation; |
| | | import io.swagger.v3.oas.annotations.media.Content; |
| | | import io.swagger.v3.oas.annotations.media.Schema; |
| | |
| | | */ |
| | | @GetMapping(path = "oneCropsSomeEt0") |
| | | @SsoAop() |
| | | public BaseResponse<List<VoManure>> oneCropsSomeEt0(VaporQo qo){ |
| | | public BaseResponse<List<MdEt0>> oneCropsSomeEt0(VaporQo qo){ |
| | | try { |
| | | if(qo.cropId == null){ |
| | | return BaseResponseUtils.buildFail("作物id不能为空") ; |