Update ConditionalModel

This commit is contained in:
sunkaixuna
2021-12-24 10:49:33 +08:00
parent 3fdd979156
commit 0eb6be3cfc

View File

@@ -22,7 +22,8 @@ namespace SqlSugar
public string FieldName { get; set; }
public string FieldValue { get; set; }
public ConditionalType ConditionalType { get; set; }
[Newtonsoft.Json.JsonIgnoreAttribute]
[Newtonsoft.Json.JsonIgnore]
[System.Text.Json.Serialization.JsonIgnore]
public Func<string,object> FieldValueConvertFunc { get; set; }
}
}