using System.Collections.Generic;namespace SqlSugar{ public class ExpResolveAccessory { protected List<SugarParameter> _Parameters; protected ExpressionResult _Result; }}
using System.Collections.Generic;
namespace SqlSugar
{
public class ExpResolveAccessory
protected List<SugarParameter> _Parameters;
protected ExpressionResult _Result;
}