namespace PdmAlert.Entity { public class MsgData { public string title { get; set; } public string content { get; set; } } }