15 lines
398 B
C#
15 lines
398 B
C#
namespace WX.CRM.DataSynFactory.Templates
|
|
{
|
|
public class web_push_updateEmployee
|
|
{
|
|
public string EID { get; set; }
|
|
public string Name { get; set; }
|
|
public string GroupID { get; set; }
|
|
public decimal Proportion { get; set; }
|
|
public int Isopn { get; set; }
|
|
public string userid { get; set; }
|
|
|
|
public int DeptId { get; set; }
|
|
}
|
|
}
|