/// <summary>
 /// 取得客户端高位id
 /// </summary>
 /// <returns></returns>
 public string GetHighID()
 {
     return(IdUtil.GetNewId());
 }