修改一版

This commit is contained in:
he
2022-06-07 15:05:54 +08:00
parent 408c40594d
commit d772fb8ee0
4 changed files with 17 additions and 0 deletions
+6
View File
@@ -72,6 +72,12 @@ namespace IRaCIS.Core.Domain.Models
/// 双审通过人
/// </summary>
public Guid? ReviewAuditUserId { get; set; }
/// <summary>
/// 一致性核查人Id
/// </summary>
public Guid? CheckUserId { get; set; }
public DateTime? ReviewAuditTime { get; set; }
public DateTime? PreliminaryAuditTime { get; set; }
public Guid? ForwardUserId { get; set; }