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

13 lines
278 B
C#

using System.ComponentModel.DataAnnotations.Schema;
using WX.CRM.Model.Entity;
namespace WX.CRM.Model.QueryMap
{
[NotMapped]
public class SMS_BATCHMSGTEMPLATE_Model : SMS_BATCHMSGTEMPLATE
{
[NotMapped]
public int ParamCount { get; set; }
}
}