13 lines
352 B
C#
13 lines
352 B
C#
namespace WX.CRM.DataSynFactory.Templates
|
|
{
|
|
public class Client_AssignStatus
|
|
{
|
|
public string appid { get; set; }
|
|
public string userid { get; set; }
|
|
public int status { get; set; }
|
|
public int assignstatusstatus { get; set; }
|
|
public int errcode { get; set; }
|
|
public int ch { get; set; }
|
|
}
|
|
}
|