using WX.CRM.Common; using WX.CRM.Model.DTO; namespace WX.CRM.IBLL.QQ { public interface IQQ_Message { void AddMessage(qq_message info, ref ValidationErrors errors); } }