| | |
| | | import com.dy.common.webUtil.BaseResponseUtils; |
| | | import com.dy.common.webUtil.QueryResultVo; |
| | | import com.dy.common.webUtil.ResultCodeMsg; |
| | | import com.dy.pipIrrGlobal.voLargeScreen.VoBaseInfo; |
| | | import com.dy.pipIrrGlobal.voSpecial.VoSteal; |
| | | import io.swagger.v3.oas.annotations.Operation; |
| | | import io.swagger.v3.oas.annotations.media.Content; |
| | |
| | | @ApiResponses(value = { |
| | | @ApiResponse( |
| | | responseCode = ResultCodeMsg.RsCode.SUCCESS_CODE, |
| | | description = "涉嫌偷水统计(BaseResponse.content:VoBaseInfo{})", |
| | | description = "涉嫌偷水统计(BaseResponse.content:QueryResultVo{[VoSteal{}]})", |
| | | content = {@Content(mediaType = MediaType.APPLICATION_JSON_VALUE, |
| | | schema = @Schema(implementation = VoBaseInfo.class))} |
| | | schema = @Schema(implementation = VoSteal.class))} |
| | | ) |
| | | }) |
| | | @GetMapping(path = "steal") |