This commit is contained in:
he
2023-07-12 13:55:45 +08:00
parent b5e4b7db86
commit 98cc35e614
6 changed files with 57 additions and 10 deletions
@@ -79,7 +79,12 @@ namespace IRaCIS.Core.Domain.Models
public bool IsCRCConfirm { get; set; } = false;
public bool IsPMConfirm { get; set; } = false;
public bool IsDeleted { get; set; }
/// <summary>
/// CRC是否正在申请撤回
/// </summary>
public bool IsCRCApplicationRevoke { get; set; } = false;
public bool IsDeleted { get; set; }
public DateTime? DeletedTime { get; set; }