添加版本比较参数
This commit is contained in:
@@ -34,6 +34,9 @@ Namespace UTSModule.Test.Command.ConverterCommand
|
||||
CommandReturn.ExecuteResult = CompareFunction.StringIsNotContain(_strSource, CommandReturn.LowerLimit, CommandReturn.UpperLimit)
|
||||
Case "5" 'Momo 2022-09-19 字符串全字匹配,等于upperlimit或lowwerlimit中的一个就返回true
|
||||
CommandReturn.ExecuteResult = CompareFunction.StringEquals(_strSource, CommandReturn.LowerLimit, CommandReturn.UpperLimit)
|
||||
Case "6" 'Momo 2025-04-10 字符串长度比较,字符串长度在上下限范围以内
|
||||
CommandReturn.ExecuteResult = CompareFunction.StringLengthCheck(_strSource, CommandReturn.LowerLimit, CommandReturn.UpperLimit)
|
||||
|
||||
Case Else '默认字符串比较
|
||||
CommandReturn.ExecuteResult = CompareFunction.StringCompare(_strSource, CommandReturn.LowerLimit, CommandReturn.UpperLimit)
|
||||
End Select
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
||||
af7ffd6c70aae8262a8fd7fa2be8ccce4d83b9bc4c1bfc834a19f24335ece0da
|
||||
8992de695cb4747f2d61d8ca9c137991718f6aad703974b1d98d7b62777d4093
|
||||
|
||||
@@ -229,3 +229,9 @@ D:\ML\Wen\AUTS\UTS_Core\bin\Debug\ZstdSharp.dll
|
||||
D:\ML\Wen\AUTS\UTS_Core\bin\Debug\Microsoft.Bcl.AsyncInterfaces.xml
|
||||
D:\ML\Wen\AUTS\UTS_Core\bin\Debug\SharpCompress.pdb
|
||||
D:\ML\Wen\AUTS\UTS_Core\bin\Debug\System.Threading.Tasks.Extensions.xml
|
||||
G:\Git\AUTS\UTS_Core\bin\Debug\Microsoft.Bcl.AsyncInterfaces.dll
|
||||
G:\Git\AUTS\UTS_Core\bin\Debug\System.Threading.Tasks.Extensions.dll
|
||||
G:\Git\AUTS\UTS_Core\bin\Debug\ZstdSharp.dll
|
||||
G:\Git\AUTS\UTS_Core\bin\Debug\Microsoft.Bcl.AsyncInterfaces.xml
|
||||
G:\Git\AUTS\UTS_Core\bin\Debug\SharpCompress.pdb
|
||||
G:\Git\AUTS\UTS_Core\bin\Debug\System.Threading.Tasks.Extensions.xml
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user