问题修复

This commit is contained in:
he
2024-03-21 09:55:32 +08:00
parent 49a0cf3ece
commit dd2d142340
3 changed files with 15 additions and 4 deletions
+3 -1
View File
@@ -84,7 +84,9 @@ namespace IRaCIS.Core.Domain.Models
public Guid? ForwardUserId { get; set; }
public DateTime? ForwardTime { get; set; }
// 质控领取人
/// <summary>
/// 当前质控领取人
/// </summary>
public Guid? CurrentActionUserId { get; set; }
public DateTime? CurrentActionUserExpireTime { get; set; }