14 lines
387 B
C#
14 lines
387 B
C#
namespace WX.CRM.DataSynFactory.Templates
|
|
{
|
|
public class Client_Rfm
|
|
{
|
|
public string appid { get; set; }
|
|
public string username { get; set; }
|
|
public int weight { get; set; }
|
|
public string labelname { get; set; }
|
|
public string mobile { get; set; }
|
|
public int? ch { get; set; }
|
|
public string deptcode { get; set; }
|
|
}
|
|
}
|