新增导航栏显示系统通知

This commit is contained in:
不做码农
2022-02-23 21:17:36 +08:00
parent 356ceb514f
commit 31cee32404
6 changed files with 176 additions and 9 deletions

View File

@@ -28,5 +28,6 @@ namespace ZR.Model.Dto
public string NoticeTitle { get; set; }
public string NoticeType { get; set; }
public string CreateBy { get; set; }
public string Status { get; set; }
}
}