接口 StudentTimeService
public interface StudentTimeService
学生时间服务
-
方法概要
修饰符和类型方法说明booleanisOccupied(org.beangle.orm.hibernate.udt.WeekTime time, Student... stds) 得到一组学生在给定的时间段内是否冲突
-
方法详细资料
-
isOccupied
得到一组学生在给定的时间段内是否冲突- 参数:
time-stds-- 返回:
-