This commit is contained in:
he
2025-01-09 17:12:03 +08:00
parent 81cb833d57
commit 5111372972
11 changed files with 18595 additions and 12 deletions
@@ -33,7 +33,7 @@ public class ReadingTaskQuestionMark : BaseAddAuditEntity
[MaxLength]
public string MeasureData { get; set; } = string.Empty;
public Guid? FirstAddTaskId { get; set; }
public Guid? FristAddTaskId { get; set; }
public QuestionType? QuestionType { get; set; }
public string OrderMarkName { get; set; } = string.Empty;