@@ -11,7 +11,6 @@
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\01.Infrastructure\Exam.Infrastructure.Validation\Exam.Infrastructure.Validation.csproj" />
<ProjectReference Include="..\Hotline\Hotline.csproj" />
@@ -8,12 +8,12 @@ namespace Hotline.Share.Enums.Exams
/// 随机试题
/// </summary>
[Description("随机试题")]
- Random = 0,
+ Random = 1,
/// <summary>
/// 自选试题
[Description("统一试卷")]
- Manual = 1,
+ Manual = 0,
/// 导入