15 lines
446 B
C#
15 lines
446 B
C#
namespace WX.CRM.DataSynFactory.Templates
|
|
{
|
|
public class Client_UserCenterEvent
|
|
{
|
|
public string ResId { get; set; }
|
|
public string AppId { get; set; }
|
|
public string AppUserId { get; set; }
|
|
public string UnionId { get; set; }
|
|
public string EventMemo { get; set; }
|
|
public int EventId { get; set; }
|
|
public int Channel { get; set; }
|
|
public string Mobile { get; set; }
|
|
}
|
|
}
|