using System; using WX.CRM.Model.EntityYun; namespace WX.CRM.IBLL.YunWx { public interface IYunWX_RCONTACT : IRepository { /// /// 从message表中提取好友关系被加数据 /// /// 好友username /// 工作微信 /// msgSvrId /// 内容 /// 时间 /// 返回pici decimal extractToBeFriendsDataFromMsg(decimal type, string v_username, string v_jobusername, DateTime v_createTime, ref bool ret); } }