This commit is contained in:
huangzj
2023-08-01 09:41:22 +08:00
parent 8bb6b04f59
commit 5fb9ec9660
2 changed files with 14 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ public class CsEventDetailPOController extends BaseController {
@OperateInfo(info = LogEnum.BUSINESS_COMMON)
@PostMapping("/queryList")
@ApiOperation("暂态警告分页查询")
@ApiImplicitParam(name = "csEventDetailPageParm", value = "暂态警告查询参数", required = true)
@ApiImplicitParam(name = "csEventDetailParm", value = "暂态警告查询参数", required = true)
public HttpResult<List<CsEventDetailVO>> queryList(@RequestBody @Validated CsEventDetailParm csEventDetailParm ){
String methodDescribe = getMethodDescribe("queryList");