|
namespace WX.CRM.DataSynFactory.Templates
|
|
{
|
|
public class web_push_updateGroup
|
|
{
|
|
public string GroupId { get; set; }
|
|
public string Name { get; set; }
|
|
public decimal Proportion { get; set; }
|
|
public int Isopen { get; set; }
|
|
|
|
public int DeptId { get; set; }
|
|
}
|
|
}
|