/// <summary> /// 用户首字母 /// </summary> /// <returns></returns> public DataTable GetInitials() { return(service.GetInitials()); }