using System; using System.ComponentModel.DataAnnotations.Schema; namespace CRM.Core.Model.Map { public class SOFT_USER_EXTEND { [NotMapped] public string USERNAME { get; set; } [NotMapped] public string RESID { get; set; } [NotMapped] public Nullable USERNO { get; set; } [NotMapped] public Nullable REGCAMPAINID { get; set; } } }