sinake
3 天以前 cf30fcdf2f453ed7fb6f9b0e025ce60082e399df
ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceMeetingParticipantController.java
@@ -30,7 +30,7 @@
 * @author ls
 * @date 2025-12-28
 */
@Api(description = "参会人员")
@Api(description = "参会人员",tags = {"参会人员"})
@RestController
@RequestMapping("/project/participant")
public class ServiceMeetingParticipantController extends BaseController
@@ -43,7 +43,7 @@
     */
    @ApiOperation("查询参会人员列表")
    // @PreAuthorize("@ss.hasPermi('project:participant:list')")
    @PostMapping("/list")
    @GetMapping("/list")
    public TableDataInfo list(ServiceMeetingParticipant serviceMeetingParticipant)
    {
        startPage();