自动计算修改

This commit is contained in:
he
2023-04-28 09:43:07 +08:00
parent 32deb59df4
commit d1b5d5fadc
2 changed files with 187 additions and 113 deletions
@@ -294,7 +294,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Func<ChangeAllTaskDto,Task> ChangeAllTaskFun { get; set; }
public bool IsConvertedTask { get; set; } = false;
public bool? IsConvertedTask { get; set; }
}
}