From 5e873863bc7324894c89b0a0fc77a6202c91cd64 Mon Sep 17 00:00:00 2001
From: wzp <516075396@qq.com>
Date: 星期二, 06 四月 2021 10:35:42 +0800
Subject: [PATCH] 20210406

---
 src/main/java/com/ots/project/exam/service/IExamPaperService.java |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)

diff --git a/src/main/java/com/ots/project/exam/service/IExamPaperService.java b/src/main/java/com/ots/project/exam/service/IExamPaperService.java
index 44174b3..8e722d0 100644
--- a/src/main/java/com/ots/project/exam/service/IExamPaperService.java
+++ b/src/main/java/com/ots/project/exam/service/IExamPaperService.java
@@ -1,6 +1,4 @@
 package com.ots.project.exam.service;
-
-
 import com.github.pagehelper.PageInfo;
 import com.ots.project.exam.domain.ExamPaper;
 import com.ots.project.exam.domain.ExamUser;
@@ -10,26 +8,15 @@
 import com.ots.project.exam.viewmodel.ExamPaperEditRequestVM;
 import com.ots.project.exam.viewmodel.ExamPaperPageRequestVM;
 import com.ots.project.exam.viewmodel.ExamPaperPageVM;
-
 import java.util.List;
-
 public interface IExamPaperService extends IBaseExamService<ExamPaper> {
-
     PageInfo<ExamPaper> page(ExamPaperPageRequestVM requestVM);
-
     PageInfo<ExamPaper> taskExamPage(ExamPaperPageRequestVM requestVM);
-
     PageInfo<ExamPaper> studentPage(ExamPaperPageVM requestVM);
-
     ExamPaper savePaperFromVM(ExamPaperEditRequestVM examPaperEditRequestVM, ExamUser user);
-
     ExamPaperEditRequestVM examPaperToVM(Integer id, String token_id, String langType);
-
     ExamPaperEditRequestVM examPaperToVM(RelatedParty relatedParty, String token_id, String langType);
-
     List<PaperInfo> indexPaper(PaperFilter paperFilter);
-
     Integer selectAllCount();
-
     List<Integer> selectMothCount();
 }

--
Gitblit v1.9.1