From b5234c5ab1e9e6826b8d8fc1e95fa752aaa40b74 Mon Sep 17 00:00:00 2001 From: chr <chr@mailcom> Date: 星期六, 02 十一月 2024 10:56:50 +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