From 2c4c125072e1b88c994efc9bb6f1ff5ef754d41b Mon Sep 17 00:00:00 2001
From: 陈勇 <chenyong@hnkhzn.com>
Date: 星期四, 14 十一月 2024 10:01:21 +0800
Subject: [PATCH] 忽略项
---
Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/StackerCraneJob/StackerCraneTaskCommand.cs | 20 +++++++++++++++++---
1 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/StackerCraneJob/StackerCraneTaskCommand.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/StackerCraneJob/StackerCraneTaskCommand.cs
index bcdd8c1..b0d65fc 100644
--- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/StackerCraneJob/StackerCraneTaskCommand.cs
+++ b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/StackerCraneJob/StackerCraneTaskCommand.cs
@@ -1,4 +1,5 @@
锘�#region << 鐗� 鏈� 娉� 閲� >>
+
/*----------------------------------------------------------------
* 鍛藉悕绌洪棿锛歐IDESEAWCS_Tasks.StackerCraneJob
* 鍒涘缓鑰咃細鑳$搴�
@@ -11,8 +12,9 @@
* 淇敼鏃堕棿锛�
* 鐗堟湰锛歏1.0.1
* 淇敼璇存槑锛�
- *
+ *
*----------------------------------------------------------------*/
+
#endregion << 鐗� 鏈� 娉� 閲� >>
using System;
@@ -28,6 +30,7 @@
public class StackerCraneTaskCommand : DeviceCommand
{
#region <Public Menber>
+
/// <summary>
/// 浠诲姟鍙�
/// </summary>
@@ -76,8 +79,19 @@
/// <summary>
/// 鎵樼洏鍙�
/// </summary>
- [DataLength(25)]
+ [DataLength(30)]
public string Barcode { get; set; }
+
+ /// <summary>
+ /// 鍚姩鍛戒护
+ /// </summary>
+ public short StartCommand { get; set; }
+
+ /// <summary>
+ /// 娑堥槻鍛戒护
+ /// </summary>
+ public short FireCommand { get; set; }
+
#endregion <Public Menber>
}
-}
+}
\ No newline at end of file
--
Gitblit v1.9.3