ExamLifecycleLogService.java 225 B

12345678
  1. package com.keao.edu.user.service;
  2. import com.keao.edu.common.service.BaseService;
  3. import com.keao.edu.user.entity.ExamLifecycleLog;
  4. public interface ExamLifecycleLogService extends BaseService<Long, ExamLifecycleLog> {
  5. }