From 618f76fd41527d4fec0eefd1d492a8c52da79032 Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期三, 30 十一月 2022 17:09:30 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/IStation/Service.V4.1 --- Socket/IStation.DataDockingSocket4KQ/instruction/SendInstructionJob.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/Socket/IStation.DataDockingSocket4KQ/instruction/SendInstructionJob.cs b/Socket/IStation.DataDockingSocket4KQ/instruction/SendInstructionJob.cs index 26dd4b9..aeadaa6 100644 --- a/Socket/IStation.DataDockingSocket4KQ/instruction/SendInstructionJob.cs +++ b/Socket/IStation.DataDockingSocket4KQ/instruction/SendInstructionJob.cs @@ -17,6 +17,9 @@ internal const string Session = "Session";//浼氳瘽瀛楃 internal const string Instruction = "Instruction";//鎸囦护瀛楃 + /// <summary> + /// 鎵ц + /// </summary> public async Task Execute(IJobExecutionContext context) { try @@ -44,5 +47,7 @@ throw e; } } + + } } -- Gitblit v1.9.3