app/src/main/java/safeluck/drive/evaluation/DB/StudentDao.java
@@ -29,4 +29,7 @@
    @Insert(onConflict = OnConflictStrategy.REPLACE)
    void insertAll(List<Student> students);
    @Query("update student_table set begin_time =:beginTime where stu_id=1001")
    void updateBeginTime(long beginTime);
}