预约 回填

This commit is contained in:
2025-11-27 18:41:52 +08:00
parent 92a12430ed
commit acbefe6ae6
2 changed files with 3 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ public class BkTableVO {
}
record BkOrder(
String callPhone, String callUsername, String bookingPhone, String bookingUsername
String callPhone, String callUsername, String bookingPhone, String bookingUsername, String bookingTime
) {
}
}