/// <summary> /// 获取全部领域信息 /// </summary> /// <returns></returns> public static DataTable GetFieldAll() { return(FieldService.GetFieldAll()); }