package com.keao.edu.user.service; import com.keao.edu.common.service.BaseService; import com.keao.edu.user.entity.ExamLifecycleLog; public interface ExamLifecycleLogService extends BaseService<Long, ExamLifecycleLog> { }