irc-netcore-api/IRaCIS.Core.Domain/Management/Notice/SystemNoticeUserRead.cs

14 lines
218 B
C#

namespace IRaCIS.Core.Domain.Models;
[Table("SystemNoticeUserRead")]
public class SystemNoticeUserRead : BaseAddAuditEntity
{
#region 导航属性
#endregion
public Guid SystemNoticeId { get; set; }
}