52 lines
1.2 KiB
C#
52 lines
1.2 KiB
C#
using System;
|
|
using WX.CRM.Model.Entity;
|
|
|
|
namespace WX.CRM.Model.MAP
|
|
{
|
|
public class WX_WORKACCOUNT_INIT_Extend
|
|
{
|
|
public WX_WORKACCOUNT_INIT wx_WorkAccount_Init { get; set; }
|
|
public decimal Groupid { get; set; }
|
|
public string GroupName { get; set; }
|
|
public string InneruserName { get; set; }
|
|
}
|
|
|
|
public class WX_WORKACCOUNT_ALIVE
|
|
{
|
|
public string UserName { get; set; }
|
|
|
|
public string Alias { get; set; }
|
|
|
|
public string NickName { get; set; }
|
|
|
|
public DateTime? LastTime { get; set; }
|
|
|
|
public int OnLine { get; set; }
|
|
|
|
public decimal? InnerUserId { get; set; }
|
|
|
|
|
|
public string EidAndName { get; set; }
|
|
|
|
public string Version { get; set; }
|
|
|
|
public string Uin { get; set; }
|
|
|
|
public decimal? IsValid { get; set; }
|
|
|
|
public string AuditMemo { get; set; }
|
|
|
|
public decimal? LeaderType { get; set; }
|
|
|
|
public decimal? Quantity { get; set; }
|
|
|
|
public string GroupName { get; set; }
|
|
|
|
public DateTime? FriendLastime { get; set; }
|
|
public DateTime? MsgLasttime { get; set; }
|
|
public decimal? ISFENGHAO { get; set; }
|
|
public DateTime? FENGHAOTIME { get; set; }
|
|
|
|
}
|
|
}
|