This commit is contained in:
he
2024-12-24 11:09:19 +08:00
parent 21fdd4b0e4
commit 7f874eaff0
8 changed files with 18314 additions and 9 deletions
@@ -51,7 +51,7 @@ public class ReadingTaskQuestionMark : BaseAddAuditEntity
public Guid? TableQuestionId { get; set; }
public Guid? RowIndex { get; set; }
public decimal? RowIndex { get; set; }
[MaxLength]
public string OtherMarkTool { get; set; } = string.Empty;