摘要: ( from s in Base_SysMenus join r in Base_RoleRights on s.Menu_Id equals r.Menu_Id into temp from s_r in temp.DefaultIfEmpty() join u in Base_UserRoles... 阅读全文
posted @ 2015-09-24 09:51 GadenC 阅读(1795) 评论(1) 推荐(1)