1.6.0-preview0601

This commit is contained in:
28810
2020-06-01 12:59:58 +08:00
parent 43e2af2bee
commit 875c109144
21 changed files with 32 additions and 19 deletions

View File

@ -114,6 +114,11 @@ namespace FreeSql.Internal.Model
/// in (1,2,3)<para></para>
/// 此时 Value 的值格式为逗号分割value1,value2,value3...
/// </summary>
Any
Any,
/// <summary>
/// not in (1,2,3)<para></para>
/// 此时 Value 的值格式为逗号分割value1,value2,value3...
/// </summary>
NotAny
}
}