namespace WX.CRM.Model.DTO { /// /// 自动加人 /// public class tsfriendmsg { public string jobusername { get; set; } public string username { get; set; } public string resid { get; set; } public long createtime { get; set; } } }