|
|
@ -22,11 +22,11 @@ public class AnnouncementEntity : Entity<Guid>, ISoftDelete, IAuditedObject, IOr
|
|
|
|
[SugarColumn(ColumnDescription = "公告内容", ColumnDataType = StaticConfig.CodeFirst_BigString)]
|
|
|
|
[SugarColumn(ColumnDescription = "公告内容", ColumnDataType = StaticConfig.CodeFirst_BigString)]
|
|
|
|
public string Content { get; set; }
|
|
|
|
public string Content { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
public bool IsDeleted { get; }
|
|
|
|
public bool IsDeleted { get; set; }
|
|
|
|
public DateTime CreationTime { get; }
|
|
|
|
public DateTime CreationTime { get; set; } = DateTime.Now;
|
|
|
|
public Guid? CreatorId { get; }
|
|
|
|
public Guid? CreatorId { get; set; }
|
|
|
|
public DateTime? LastModificationTime { get; }
|
|
|
|
public DateTime? LastModificationTime { get; set; }
|
|
|
|
public Guid? LastModifierId { get; }
|
|
|
|
public Guid? LastModifierId { get; set; }
|
|
|
|
public int OrderNum { get; set; }
|
|
|
|
public int OrderNum { get; set; }
|
|
|
|
public bool IsEnabled { get; set; }
|
|
|
|
public bool IsEnabled { get; set; }
|
|
|
|
}
|
|
|
|
}
|