TG.WXCRM.V4/Model/QueryMap/RES_IMPORTRESEXT.cs

17 lines
276 B
C#

using System.ComponentModel.DataAnnotations.Schema;
namespace WX.CRM.Model.QueryMap
{
public partial class RES_IMPORTRESEXT
{
[NotMapped]
public string Mobile { get; set; }
[NotMapped]
public string ExtXml { get; set; }
}
}