Commit c6a4e4c7 authored by 黄奎's avatar 黄奎

页面修改

parent b1a3c582
using Edu.Common.Plugin;
namespace Edu.Common.Enum.Exam
{
/// <summary>
/// 试卷组卷类型
/// </summary>
public enum ExamGroupTypeEnum
{
/// <summary>
/// 题目类型(单选题、多选题等)
/// </summary>
[EnumField("题目类型")]
QuestionType = 1,
/// <summary>
/// 题目类型(读音题、语法题等)
/// </summary>
[EnumField("题目分类")]
QuestionClassify = 2,
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment