修改质控显示名字
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2024-12-11 13:57:24 +08:00
parent 78bc09d71a
commit 06ac8f114a
2 changed files with 8 additions and 6 deletions
@@ -222,6 +222,8 @@ namespace IRaCIS.Core.Application.Contracts.DTO
public bool IsClosed { get; set; }
public DateTime? ReUploadedTime { get; set; }
public string CreateUserName { get; set; } = String.Empty;
public string CreateUserFullName { get; set; } = String.Empty;
public DateTime CreateTime { get; set; }
public bool IsOverTime => IsClosed ? ClosedTime > DeadlineTime : DateTime.Now > DeadlineTime;