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