TG.WXCRM.V4/Model/DTO/tsfriendmsg.cs

15 lines
314 B
C#

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