| | |
| | | |
| | | |
| | | /** |
| | | * 得到一个作物一周内的蒸腾量 |
| | | * 得到一个作物一周内的蒸散量 |
| | | * @return 数据集合 |
| | | */ |
| | | @Operation(summary = "一个作物一周内的蒸腾量", description = "一个作物一周内的蒸腾量") |
| | | @Operation(summary = "一个作物一周内的蒸散量", description = "一个作物一周内的蒸散量") |
| | | @ApiResponses(value = { |
| | | @ApiResponse( |
| | | responseCode = ResultCodeMsg.RsCode.SUCCESS_CODE, |
| | | description = "一个作物一周内的蒸腾量(BaseResponse.content:[VoTopXIntake{}])", |
| | | description = "一个作物一周内的蒸散量(BaseResponse.content:[VoTopXIntake{}])", |
| | | content = {@Content(mediaType = MediaType.APPLICATION_JSON_VALUE, |
| | | schema = @Schema(implementation = VoEt0Simple.class))} |
| | | ) |