using System.ComponentModel.DataAnnotations;
namespace CRM.Core.Model.EntityFB
{
public class sms_batchmsgdetail
[Key]
public int pkid { get; set; }
public string resid { get; set; }
public int batchid { get; set; }
}