重构了一部分代码,包括在ScheduledMeeting中通过条件判断来计算的startTime的bad smell

删除了Meeting类,在MeetingService那里增加了Get /meeting/{id}/status 接口,直接拿到Status

修复了几个bug