代码统计修改 查询数量
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2023-12-22 17:28:48 +08:00
parent c3959bbe63
commit ac90d678c1
2 changed files with 5 additions and 2 deletions
+2
View File
@@ -83,6 +83,8 @@ namespace IRaCIS.Core.Domain.Models
public DateTime? PreliminaryAuditTime { get; set; }
public Guid? ForwardUserId { get; set; }
public DateTime? ForwardTime { get; set; }
// 质控领取人
public Guid? CurrentActionUserId { get; set; }
public DateTime? CurrentActionUserExpireTime { get; set; }