using System.ComponentModel.DataAnnotations.Schema; namespace WX.CRM.Model.QueryMap { public class ErrMsg { [NotMapped] public string ErrName { get; set; } [NotMapped] public int ErrValue { get; set; } } }