From fb5c3be6709ba89053dc75c9fabfb94cb89c6be1 Mon Sep 17 00:00:00 2001 From: hudong <Administrator@PC-20250329JZUF> Date: 星期三, 18 六月 2025 16:14:18 +0800 Subject: [PATCH] 修改重点逻辑修改 定时充电优化 --- core/WCSCore.cs | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/core/WCSCore.cs b/core/WCSCore.cs index f41c066..a2519c7 100644 --- a/core/WCSCore.cs +++ b/core/WCSCore.cs @@ -7,6 +7,7 @@ using System; using System.Collections.Generic; using System.Linq; +using System.Threading.Tasks; using static HH.WCS.Mobox3.pinggao.api.ApiModel; namespace HH.WCS.Mobox3.pinggao.core { @@ -140,6 +141,17 @@ } + } + internal static void Dispatch1() { + //鏌ヨ浠诲姟 + //鑾峰彇鎵�湁绛夊緟鐨勪换鍔�+ TaskProcess.SendCd(); + } + internal static void DSCZ() + { + //鏌ヨ浠诲姟 + //鑾峰彇鎵�湁绛夊緟鐨勪换鍔�+ TaskProcess.SendCZ(); } /// <summary> -- Gitblit v1.9.1