using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IPADDemo.Model { /// /// Tcp消息 /// public class MsgContent { public string content { get; set; } public bool Img { get; set; } public string ImgPath { get; set; } public string towxid { get; set; } } }