|
@@ -36,11 +36,6 @@ using Hotline.Exams.ExamManages;
|
|
|
using Hotline.Exams.Questions;
|
|
|
using Hotline.Repository.SqlSugar.Exam.Repositories;
|
|
|
using Hotline.Share.Dtos.TestPapers;
|
|
|
-using ExamQuestion = Hotline.Exams.Questions.ExamQuestion;
|
|
|
-using ExamQuestionAnswer = Hotline.Exams.Questions.ExamQuestionAnswer;
|
|
|
-using ExamQuestionKnowladge = Hotline.Exams.Questions.ExamQuestionKnowladge;
|
|
|
-using ExamQuestionOptions = Hotline.Exams.Questions.ExamQuestionOptions;
|
|
|
-using ExamQuestionSourceware = Hotline.Exams.Questions.ExamQuestionSourceware;
|
|
|
using Hotline.Repository.SqlSugar.Exam.Service;
|
|
|
using Hotline.Repository.SqlSugar.Exam.Extensions;
|
|
|
|