修改限制用户中间件发布

This commit is contained in:
2023-06-13 16:56:13 +08:00
parent 2aea40d26f
commit 779b07b1b5
3 changed files with 32 additions and 13 deletions
@@ -274,8 +274,19 @@ namespace IRaCIS.Core.Application.Contracts
public int? ReReadingApprovalCount { get; set; }
public int? PendingReconciliation { get; set; }
public int? PendingReconciliationCount { get; set; }
public int? PendingResponseCount { get; set; }
public bool IsIQCHaveToBeDone { get; set; }
public bool IsCRCHaveToBeDone { get; set; }
public bool IsMIMHaveToBeDone { get; set; }
public bool IsIRHaveToBeDone { get; set; }
public bool IsSPMOrCPMHaveToBeDone { get; set; }
}