using System; using System.ComponentModel.DataAnnotations.Schema; using WX.CRM.Model.Entity; namespace WX.CRM.Model.QueryMap { public class HGRecordModel { [NotMapped] public CSVR_HGRECORD record { get; set; } [NotMapped] public Nullable MEMOCONTENTID { get; set; } [NotMapped] public Nullable MEMOTYPEID { get; set; } [NotMapped] public Nullable MEMOSUBTYPEID { get; set; } [NotMapped] public Nullable BUSINESSID { get; set; } [NotMapped] public string STRCONTENT { get; set; } } }