This commit is contained in:
2022-06-10 15:11:31 +08:00
parent 856898696b
commit 6f04c8ac14
4 changed files with 12 additions and 3 deletions
@@ -29,6 +29,10 @@ namespace IRaCIS.Core.Application.ViewModel
public int? SelfTaskCount { get; set; }
public int? SelfSubjectCount { get; set; }
public int? TotalSubjectCount { get; set; }
public List<int> ArmList { get; set; }