liukangdong
2024-05-09 b99c3c47930374bb7dbb1a427b4b32f31b6172cd
server/meeting/meeting_service/src/main/java/com/doumee/dao/business/model/BookingTime.java
@@ -17,7 +17,7 @@
 */
@Data
@ApiModel("会议室预约时间段关联表")
@TableName("`booking_time`")
@TableName("`meeting_book_time`")
public class BookingTime {
    @TableId(type = IdType.AUTO)