Support AOT

This commit is contained in:
sunkaixuan
2024-01-06 15:01:03 +08:00
parent 9fbc8b61c3
commit 1f5f7b7a05

View File

@@ -28,7 +28,7 @@ namespace SqlSugar
public ICustomConditionalFunc CustomConditionalFunc { get; set; }
public dynamic CustomParameterValue { get; set; }
public object CustomParameterValue { get; set; }
public ConditionalType ConditionalType { get; set; }
[Newtonsoft.Json.JsonIgnoreAttribute]