15 lines
402 B
C#
15 lines
402 B
C#
namespace WX.CRM.Model.QueryMap
|
|
{
|
|
public class WxResourceCheckView
|
|
{
|
|
public string alias { get; set; }
|
|
public string UserName { get; set; }
|
|
public string JobUserName { get; set; }
|
|
public string NickName { get; set; }
|
|
public string ReMark { get; set; }
|
|
public decimal InneruserId { get; set; }
|
|
public decimal Eid { get; set; }
|
|
|
|
}
|
|
}
|