视频会议保存

This commit is contained in:
duoaohui
2026-05-18 19:42:55 +08:00
parent 315884685f
commit ac8ec4c903
41 changed files with 5069 additions and 39 deletions

View File

@@ -23,4 +23,8 @@ var AdminSet = wire.NewSet(
dao.NewMessageManageDAO,
service.NewMessageManageService,
controller.NewMessageManageController,
// Phase B会议管理与录制审计共用一套接口
dao.NewMeetingManageDAO,
service.NewMeetingManageService,
controller.NewMeetingManageController,
)