chr
2024-08-21 9ee7d3bd9c58a204b1efe38e6be61155bbb15c16
1
2
3
4
5
6
7
8
namespace PdmAlert.Entity
{
    public class MsgData
    {
        public string title { get; set; }
        public string content { get; set; }
    }
}