namespace YZXYH.Repository.Interface { public partial interface IViewUserIndustryBranchInfoRepository { /// /// 获取行业分会成员 /// /// 行业分会名称(模糊查询) /// 校友会分会ID /// string GetMembers(string branch, string alumniChapterId); string GetStr(); } }