- package com.xjrsoft.module.xycxedu.service;
- import com.github.yulichang.base.MPJBaseService;
- import com.xjrsoft.module.xycxedu.entity.ExamPlan;
- /**
- * @title: 考试计划维护
- * @Author dzx
- * @Date: 2024-07-18
- * @Version 1.0
- */
- public interface IExamPlanService extends MPJBaseService<ExamPlan> {
- }
|