TG.WXCRM.V4/IBLL/Sms/ISMS_BATCHMSGTEMPLATE_Q.cs

13 lines
285 B
C#

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);
}
}