From 804051e9e3013a3ad6b3e47757050e32893cf4fb Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期五, 27 二月 2026 17:22:25 +0800
Subject: [PATCH] WCS堆垛机流程
---
代码管理/WCS/WCSServers/WIDESEAWCS_QuartzJob/Robot/StackerCraneDevice.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_QuartzJob/Robot/RobotCraneDevice.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_QuartzJob/Robot/StackerCraneDevice.cs"
similarity index 90%
rename from "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_QuartzJob/Robot/RobotCraneDevice.cs"
rename to "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_QuartzJob/Robot/StackerCraneDevice.cs"
index d251e27..8bf2172 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_QuartzJob/Robot/RobotCraneDevice.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_QuartzJob/Robot/StackerCraneDevice.cs"
@@ -6,7 +6,7 @@
namespace WIDESEAWCS_QuartzJob
{
- public class RobotCraneDevice
+ public class StackerCraneDevice
{
public string Device { get; set; }
public string DeviceCode { get; set; }
--
Gitblit v1.9.3