|
@@ -3,6 +3,7 @@ using Exam.Infrastructure.Data.Interface;
|
|
|
using Exam.Infrastructure.Enums;
|
|
|
using Hotline.Share.Exams.Interface;
|
|
|
using System.ComponentModel;
|
|
|
+using System.Text.Json.Serialization;
|
|
|
|
|
|
namespace Hotline.Share.Dtos.Trains
|
|
|
{
|
|
@@ -63,6 +64,13 @@ namespace Hotline.Share.Dtos.Trains
|
|
|
[Description("培训记录Id")]
|
|
|
public string TrainRecordId { get; set; }
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 试题Id
|
|
|
+ /// </summary>
|
|
|
+ [Description("试题Id")]
|
|
|
+ [JsonIgnore]
|
|
|
+ public string QuestionId { get; set; }
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 答案
|
|
|
/// </summary>
|