[增加其他角色统计-2]

This commit is contained in:
2024-02-29 10:37:31 +08:00
parent 39882e43ce
commit 5656e66c28
2 changed files with 15 additions and 0 deletions
@@ -349,6 +349,12 @@ namespace IRaCIS.Core.Application.Contracts
public List<string>? IR_PMEmailList { get; set; }
public int? IR_TotalReadCount { get; set; }
public int? IR_UnReadCount { get; set; }
public int? IR_UrgentCount { get; set; }
#endregion