提交
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user