/// <summary> /// 是否具有删除BarThread的权限 /// </summary> /// <param name="threadId"></param> /// <returns></returns> public static bool BarThread_Delete(this Authorizer authorizer, BarThread thread) { return(authorizer.BarThread_Edit(thread)); }