From 8e4a45d5a14d9585c2703ae8349c74f38e2d96ba Mon Sep 17 00:00:00 2001 From: WendyYang Date: Thu, 16 Mar 2023 13:37:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E8=AE=AE=E8=AF=84=E5=AE=A1=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=A2=9E=E5=8A=A0=E4=BC=9A=E8=AE=AEID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/ningdatech/pmapi/meeting/controller/MeetingController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmapi/src/main/java/com/ningdatech/pmapi/meeting/controller/MeetingController.java b/pmapi/src/main/java/com/ningdatech/pmapi/meeting/controller/MeetingController.java index 289dc09..7afcac3 100644 --- a/pmapi/src/main/java/com/ningdatech/pmapi/meeting/controller/MeetingController.java +++ b/pmapi/src/main/java/com/ningdatech/pmapi/meeting/controller/MeetingController.java @@ -174,7 +174,7 @@ public class MeetingController { } @GetMapping("/option/project") - @ApiOperation("项目列表") + @ApiOperation("项目列表(创建会议添加项目)") public PageVo projectList(MeetingOptionProjectReq req) { return meetingManage.optionProject(req); }