修改
This commit is contained in:
@@ -129,6 +129,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
|
||||
public string TaskBlindName { get; set; } = string.Empty;
|
||||
|
||||
public bool IsConvertedTask { get; set; }
|
||||
|
||||
public bool IsAnalysisCreate { get; set; }
|
||||
|
||||
public bool? IsSelfAnalysis { get; set; }
|
||||
@@ -291,6 +293,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
public Func<ReadingCalculateDto, Task<string>> GetStringFun { get; set; }
|
||||
|
||||
public Func<ChangeAllTaskDto,Task> ChangeAllTaskFun { get; set; }
|
||||
|
||||
public bool IsConvertedTask { get; set; } = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user