This commit is contained in:
he
2023-03-24 11:18:56 +08:00
parent 0a1d5bd5aa
commit d4a3f1c69a
2 changed files with 1 additions and 2 deletions
@@ -830,7 +830,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public int ShowOrder { get; set; }
public bool IsFirstChangeTask { get; set; }
public bool IsFirstChangeTask { get; set; } = false;
}