代码修改
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2023-12-13 14:36:36 +08:00
parent a227bfe826
commit fe90438f52
3 changed files with 10 additions and 4 deletions
@@ -285,7 +285,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public decimal FristAddTaskNum { get; set; }
public string? OtherMeasureData { get; set; } = string.Empty;
public string MeasureData { get; set; }
public List<TableQuestionInfo> TableQuestionList { get; set; } = new List<TableQuestionInfo>();