修改限制用户中间件发布
This commit is contained in:
@@ -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; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user