移除RemoveTime

This commit is contained in:
2022-04-01 10:32:05 +08:00
parent 8d3677544a
commit cee10f18ff
2 changed files with 1 additions and 7 deletions
@@ -42,12 +42,6 @@ namespace IRaCIS.Core.Domain.Models
public DateTime? DeletedTime { get; set; }
public DateTime? RemoveTime { get; set; }
[ForeignKey("UserId")]
public User User { get; set; }