From 1f645778ae80a3a8801b8bb4d0fcf8feb244ad43 Mon Sep 17 00:00:00 2001 From: chr <chr@mailcom> Date: 星期三, 09 十月 2024 11:51:23 +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