18 lines
311 B
C#
18 lines
311 B
C#
namespace IRaCIS.Core.Domain.Models
|
|
{
|
|
///<summary>
|
|
///SystemNoticeUserRead
|
|
///</summary>
|
|
[Table("SystemNoticeUserRead")]
|
|
public class SystemNoticeUserRead : BaseAddAuditEntity
|
|
{
|
|
|
|
#region 导航属性
|
|
|
|
#endregion
|
|
|
|
public Guid SystemNoticeId { get; set; }
|
|
}
|
|
|
|
}
|