修改一版

This commit is contained in:
he
2022-06-06 14:16:59 +08:00
parent 24a728f95d
commit 6bdaf926c4
5 changed files with 114 additions and 34 deletions
+7
View File
@@ -62,8 +62,15 @@ namespace IRaCIS.Core.Domain.Models
//审核状态
public AuditStateEnum AuditState { get; set; }
public ForwardStateEnum ForwardState { get; set; }
/// <summary>
/// 单审通过人
/// </summary>
public Guid? PreliminaryAuditUserId { get; set; }
/// <summary>
/// 双审通过人
/// </summary>
public Guid? ReviewAuditUserId { get; set; }
public DateTime? ReviewAuditTime { get; set; }
public DateTime? PreliminaryAuditTime { get; set; }