TG.WXCRM.V4/Model/QueryMap/WxWorkAccountView.cs

24 lines
498 B
C#

using System;
using WX.CRM.Model.Entity;
namespace WX.CRM.Model.QueryMap
{
public class WxWorkAccountView
{
public WX_WORKACCOUNT WxWorkaccount { get; set; }
public decimal? GroupId { get; set; }
public short ISDISMISS { get; set; }
public string VERSION { get; set; }
public DateTime? LASTTIME { get; set; }
public string Uin { get; set; }
public string MOBILE { get; set; }
public int OnLine { get; set; }
}
}