fix: 老师代约只允许已发布课表,去掉临时加开时段

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
richarjiang
2026-09-07 17:21:19 +08:00
parent f5c7b7eaac
commit 86ad9ee64f
5 changed files with 25 additions and 335 deletions

View File

@@ -73,9 +73,5 @@ export interface CreateBookingDto {
export interface AdminArrangeBookingDto {
readonly userId: string
readonly membershipId: string
readonly timeSlotId?: string
readonly date?: string
readonly startTime?: string
readonly endTime?: string
readonly capacity?: number
readonly timeSlotId: string
}