|
namespace WX.CRM.DataSynFactory.Templates
|
|
{
|
|
public class Client_ActiveAllDept
|
|
{
|
|
public string content { get; set; }
|
|
public string clientid { get; set; }
|
|
public string sign { get; set; }
|
|
public string resid { get; set; }
|
|
public string resourcetag { get; set; }
|
|
}
|
|
}
|