This commit is contained in:
he
2023-05-22 11:49:54 +08:00
parent c41b6b2eb3
commit 7e47e07747
5 changed files with 89 additions and 2 deletions
@@ -75,10 +75,11 @@ namespace IRaCIS.Core.Domain.Models
public DateTime UpdateTime { get; set; }
public bool IsDeleted { get; set; }
public bool IsDeleted { get; set; }
public DateTime? DeletedTime { get; set; }