using System.ComponentModel.DataAnnotations.Schema; namespace WX.CRM.Model.Entity { public partial class SMS_BATCHMSGDETAIL { [NotMapped] public string mobile { get; set; } [NotMapped] public string numEncry { get; set; } } }