Kaynağa Gözat

调整枚举

guqiang 1 ay önce
ebeveyn
işleme
f2100faa87

+ 0 - 1
src/Hotline.Repository.SqlSugar/Hotline.Repository.SqlSugar.csproj

@@ -11,7 +11,6 @@
   </ItemGroup>
 
   <ItemGroup>
-    <ProjectReference Include="..\01.Infrastructure\Exam.Infrastructure.Validation\Exam.Infrastructure.Validation.csproj" />
     <ProjectReference Include="..\Hotline\Hotline.csproj" />
   </ItemGroup>
 

+ 2 - 2
src/Hotline.Share/Enums/Exams/EExamMode.cs

@@ -8,12 +8,12 @@ namespace Hotline.Share.Enums.Exams
         /// 随机试题
         /// </summary>
         [Description("随机试题")]
-        Random = 0,
+        Random = 1,
         /// <summary>
         /// 自选试题
         /// </summary>
         [Description("统一试卷")]
-        Manual = 1,
+        Manual = 0,
         /// <summary>
         /// 导入
         /// </summary>