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