using System.ComponentModel.DataAnnotations.Schema; namespace WX.CRM.Model.Entity { public partial class SOFT_CUSTOMER { [NotMapped] public string Mobile { get; set; } } [NotMapped] public class SOFT_CUSTOMER_Extend : SOFT_CUSTOMER { [NotMapped] public string GroupName { get; set; } } }