|
using System.Collections.Generic;
|
|
using WX.CRM.Model.Entity;
|
|
|
|
namespace WX.CRM.IBLL.Sms
|
|
{
|
|
public interface ISMS_BATCHMSGTEMPLATE_Q
|
|
{
|
|
List<SMS_BATCHMSGTEMPLATE> getTempLateBySubtypeid(int subTypeId);
|
|
|
|
SMS_BATCHMSGTEMPLATE getTempLateBypkid(int pkid);
|
|
}
|
|
}
|