Update ConditionalModel

This commit is contained in:
sunkaixuan
2022-11-04 10:55:14 +08:00
parent f1cdf3c752
commit 1e786b42ce

View File

@@ -28,10 +28,7 @@ namespace SqlSugar
public ICustomConditionalFunc CustomConditionalFunc { get; set; }
public string CustomP1 { get; set; }
public string CustomP2 { get; set; }
public string CustomP3 { get; set; }
public string CustomP4 { get; set; }
public dynamic CustomParameterValue { get; set; }
public ConditionalType ConditionalType { get; set; }
[Newtonsoft.Json.JsonIgnoreAttribute]