/// <summary> /// 获取最大值表达式 /// </summary> protected virtual Expression GetMaxValueExpression() => Lambdas.Constant(_max, _propertyExpression);