|
namespace CRM.Core.Model.Map
|
|
{
|
|
public class Bas_Permisson_Button
|
|
{
|
|
public int ID { get; set; }
|
|
public int PID { get; set; }
|
|
public string NAME { get; set; }
|
|
public int BUTTONID { get; set; }
|
|
public string CODE { get; set; }
|
|
public string SITE { get; set; }
|
|
}
|
|
}
|