/// <summary>
 ///删除方向信息
 /// </summary>
 /// <param name="hs"></param>
 /// <returns></returns>
 public int DeleteDirectionInfo(System.Collections.Hashtable hs)
 {
     try
     {
         return(dal.DeleteDirectionInfo(hs));
     }
     catch (Exception ex)
     {
         ILog.WriteErrorLog(ex);
         return(-1);
     }
 }