using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WX.CRM.Model.QueryMap { public class JionActiveModel { [NotMapped] public string username { get; set; } [NotMapped] public string mobile { get; set; } [NotMapped] public string campaignId { get; set; } [NotMapped] public string datatype { get; set; } [NotMapped] public string extxml { get; set; } public string kword { get; set; } [NotMapped] public string jsondata { get; set; } } }