From df475857ef6214c184d9ed831a393a1afc73277c Mon Sep 17 00:00:00 2001 From: chr <chr@chr.com> Date: 星期二, 27 八月 2024 13:05:29 +0800 Subject: [PATCH] 优化; --- PdmAlert/Entity/MsgData.cs | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/PdmAlert/Entity/MsgData.cs b/PdmAlert/Entity/MsgData.cs index c428e94..b369d9a 100644 --- a/PdmAlert/Entity/MsgData.cs +++ b/PdmAlert/Entity/MsgData.cs @@ -2,7 +2,11 @@ { public class MsgData { - public string title { get; set; } - public string content { get; set; } + public string id { get; set; } + public string anntId { get; set; } + public string titile { get; set; } + public string msgContent { get; set; } + public string sender { get; set; } + public string sendTime { get; set; } = "sdadadads"; } } -- Gitblit v1.9.1