using System; namespace WX.CRM.Model.DTO { public class chatroom { public string chatroomname { get; set; } public string memberlist { get; set; } public string displayname { get; set; } public string roomowner { get; set; } public string selfdisplayname { get; set; } public DateTime modifytime { get; set; } public string roomName { get; set; } } }