添加软删字段DeleteUserId

This commit is contained in:
2022-05-06 09:28:30 +08:00
parent 62ed19ed26
commit b10064aef4
14 changed files with 35 additions and 3 deletions
@@ -9,5 +9,7 @@ namespace IRaCIS.Core.Domain.Models
bool IsDeleted { get; set; }
public DateTime? DeletedTime { get; set; }
public Guid? DeleteUserId { get; set; }
}
}