|
using System;
|
|
|
|
namespace WX.CRM.DataSynFactory.Templates
|
|
{
|
|
public class Server_WorkAliasResRpt
|
|
{
|
|
public string alias { get; set; }
|
|
public string username { get; set; }
|
|
public DateTime rptdate { get; set; }
|
|
public int rescount { get; set; }
|
|
public string deptcode { get; set; }
|
|
|
|
}
|
|
}
|