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