using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace SqlSugar
{
///
/// Property
///
public partial class JsonQueryableProvider : IJsonQueryableProvider
{
int appendIndex = 1000;
List appendTypeNames;
JObject jobject;
ISqlSugarClient context;
ISugarQueryable