添加软删字段DeleteUserId
This commit is contained in:
@@ -23,6 +23,8 @@ namespace IRaCIS.Core.Domain.Models
|
||||
public bool IsDeleted { get; set; }
|
||||
public DateTime? DeletedTime { get; set; }
|
||||
|
||||
public Guid? DeleteUserId { get; set; }
|
||||
|
||||
|
||||
//导航属性
|
||||
[ForeignKey("SiteId")]
|
||||
|
||||
Reference in New Issue
Block a user