场地推荐功能本地实现

pull/1/head
麒麟217 1 month ago committed by chenyuepan
parent 7257ae6485
commit b60c9fed51

@ -64,7 +64,7 @@ class Reservation {
return Duration.between(startTime, endTime).toHours();
}
}
//1
// 定义场地推荐类
class VenueRecommender {
private List<Reservation> reservations;

Loading…
Cancel
Save