From 31a636e735a0addc56e4f4527f500b7aa0874eb5 Mon Sep 17 00:00:00 2001 From: chr <chr@mailcom> Date: 星期五, 03 一月 2025 11:21:46 +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