添加软删字段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
+1
View File
@@ -142,6 +142,7 @@ namespace IRaCIS.Core.Domain.Models
public bool IsDeleted { get; set; }
public DateTime? DeletedTime { get; set; }
public Guid? DeleteUserId { get; set; }
//导航属性