From fe596f9db05103917c9257348edcbd3ecb5b46e8 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期四, 16 四月 2026 19:12:38 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/RuiShengZhiNeng/GaoPuLiTiKu

---
 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/AGV/HIKROBOT/HKDeviceAalarmDTO.cs |   57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 57 insertions(+), 0 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/AGV/HIKROBOT/HKDeviceAalarmDTO.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/AGV/HIKROBOT/HKDeviceAalarmDTO.cs"
new file mode 100644
index 0000000..d3b61f9
--- /dev/null
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/AGV/HIKROBOT/HKDeviceAalarmDTO.cs"
@@ -0,0 +1,57 @@
+锘縰sing System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace WIDESEAWCS_DTO.AGV.HIKROBOT
+{
+
+    /// <summary>
+    /// 娴峰悍寮傚父鍛婅DTO
+    /// </summary>
+    public class HKDeviceAalarmDTO
+    {
+        /// <summary>
+        /// 鍑虹幇寮傚父鐨勪换鍔″敮涓�鏍囪瘑銆�
+        /// </summary>
+        public string robotTaskCode { get; set; }
+
+
+        /// <summary>
+        /// 浠诲姟寮傚父鍛婅鍗曞彿
+        /// </summary>
+        public string taskWarnCode { get; set; }
+
+
+        /// <summary>
+        /// 鍒濇鍑虹幇鏁呴殰鐨勬椂闂�
+        /// </summary>
+        public string startTime { get; set; }
+
+
+        /// <summary>
+        /// 姝e湪鎵ц浠诲姟鐨勬満鍣ㄤ汉鍞竴鏍囪瘑銆�
+        /// </summary>
+        public string singleRobotCode { get; set; }
+
+        /// <summary>
+        /// 鑷畾涔夋晠闅滅爜
+        /// </summary>
+        public string errorCode { get; set; }
+
+        /// <summary>
+        /// 鑷畾涔夋晠闅滄秷鎭�
+        /// </summary>
+        public string errorMsg { get; set; }
+
+
+
+        /// <summary>
+        /// 鑷畾涔夋墿灞曞瓧娈�
+        /// </summary>
+        public string extra { get; set; }
+
+
+    }
+}

--
Gitblit v1.9.3