Chr
2024-08-20 45c004d4bb5a6f73843a8e8020523f4df14a14e4
1
2
3
4
5
6
7
8
namespace PdmAlert.Entity
{
    public class MsgData
    {
        public string title { get; set; }
        public string content { get; set; }
    }
}