using System.ComponentModel.DataAnnotations.Schema;
using WX.CRM.Model.Entity;
namespace WX.CRM.Model.MAP
{
[NotMapped]
public class RES_SALESGROUP_DETAIL_Extend : RES_SALESGROUP_DETAIL
{
[NotMapped]
///
/// 工号
///
public decimal EID { get; set; }
[NotMapped]
///
/// 姓名
///
public string UserName { get; set; }
}
}