系统通知

This commit is contained in:
2022-04-28 15:46:29 +08:00
parent 13b4c25b58
commit 21a261a806
4 changed files with 46 additions and 21 deletions
@@ -14,6 +14,12 @@ namespace IRaCIS.Core.Application.ViewModel
/// <summary> SystemNoticeView 列表视图模型 </summary>
public class SystemNoticeView : SystemNoticeBasicInfo
{
public Guid? PublishedUserId { get; set; }
public DateTime? PublishedTime { get; set; }
public string PublishUserName { get; set; }
public DateTime CreateTime { get; set; }
public Guid CreateUserId { get; set; }