@@ -13,7 +13,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
///任务关系表
|
||||
///</summary>
|
||||
[Table("ReadingTaskRelation")]
|
||||
public class ReadingTaskRelation : Entity, IAuditAdd
|
||||
public class ReadingTaskRelation : BaseAuditAddEntity
|
||||
{
|
||||
|
||||
[ForeignKey("TaskId")]
|
||||
@@ -33,16 +33,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
/// 类型具体解释 看枚举
|
||||
/// </summary>
|
||||
public RelevanceType RelevanceType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// CreateTime
|
||||
/// </summary>
|
||||
public DateTime CreateTime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// CreateUserId
|
||||
/// </summary>
|
||||
public Guid CreateUserId { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user