19 lines
601 B
C#
19 lines
601 B
C#
using System;
|
|
|
|
namespace WX.CRM.DataSynFactory.Templates
|
|
{
|
|
public class web_push_updateUserRights
|
|
{
|
|
public string eid { get; set; }
|
|
public string userid { get; set; }
|
|
public string phone { get; set; }
|
|
public string productid { get; set; }
|
|
public decimal price { get; set; }
|
|
public DateTime startTime { get; set; }
|
|
public DateTime endTime { get; set; }
|
|
public string Dept { get; set; }
|
|
public int DeptId { get; set; }
|
|
public decimal SzzyOrderId { get; set; }
|
|
public int orderstatus { get; set; }
|
|
}
|
|
} |