新增如下命令:

SetRecord
GetReocrd
CombindRecord
This commit is contained in:
2025-07-16 22:52:22 +08:00
parent 1355c8ef0d
commit 04c258ceb6
30 changed files with 281 additions and 211 deletions

View File

@@ -342,10 +342,9 @@
<Compile Include="UTSModule\Test\Command\ConverterCommand\GetValueExecutor.vb" />
<Compile Include="UTSModule\Test\Command\ConverterCommand\CompareExecutor.vb" />
<Compile Include="UTSModule\Test\Command\ConverterCommand\SubStringExecutor.vb" />
<Compile Include="UTSModule\Test\Command\DatabaseCommand\CombindRecordCommand.vb" />
<Compile Include="UTSModule\Test\Command\DatabaseCommand\DatabaseCommandManager.vb" />
<Compile Include="UTSModule\Test\Command\DatabaseCommand\GetRecordCommand.vb" />
<Compile Include="UTSModule\Test\Command\DatabaseCommand\SetRecordCommand.vb" />
<Compile Include="UTSModule\Test\Command\SystemCommand\CombindRecordCommand.vb" />
<Compile Include="UTSModule\Test\Command\SystemCommand\GetRecordCommand.vb" />
<Compile Include="UTSModule\Test\Command\SystemCommand\SetRecordCommand.vb" />
<Compile Include="UTSModule\Test\Command\ProcessCommand\ProcessCommandManager.vb" />
<Compile Include="UTSModule\Test\Command\ProcessCommand\ProcessExecuteExecutor.vb" />
<Compile Include="UTSModule\Test\Command\SystemCommand\CallExecutor.vb" />