单复审IQC 用户Id

This commit is contained in:
2022-12-20 09:32:22 +08:00
parent 744da9e088
commit 883c6b2f3c
2 changed files with 4 additions and 2 deletions
@@ -1093,6 +1093,8 @@ namespace IRaCIS.Core.Application.Contracts
public bool IsTake { get; set; }
public Guid? CurrentActionUserId { get; set; }
public Guid? PreliminaryAuditUserId { get; set; }
public Guid? ReviewAuditUserId { get; set; }
public DateTime? CurrentActionUserExpireTime { get; set; }
public SubmitStateEnum SubmitState { get; set; }