From 4de417b106a062452f5ac86e626e7e225b753eab Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期二, 23 九月 2025 08:03:11 +0800
Subject: [PATCH] 优化问题
---
Wms/Model/InterFaceModel/AgvModel.cs | 33 ++++++++++++++++++++++++++++-----
1 files changed, 28 insertions(+), 5 deletions(-)
diff --git a/Wms/Model/InterFaceModel/AgvModel.cs b/Wms/Model/InterFaceModel/AgvModel.cs
index a51ee2c..a875472 100644
--- a/Wms/Model/InterFaceModel/AgvModel.cs
+++ b/Wms/Model/InterFaceModel/AgvModel.cs
@@ -146,18 +146,32 @@
}
public class carrierInfo
{
- /// <summary>
- /// 杞藉叿绫诲瀷
- /// </summary>
- public string carrierType { get; set; }
+ ///// <summary>
+ ///// 杞藉叿绫诲瀷
+ ///// </summary>
+ //public string carrierType { get; set; }
/// <summary>
/// 杞藉叿缂栧彿
/// </summary>
public string carrierCode { get; set; }
+
+ /// <summary>
+ /// 绔欑偣缂栧彿
+ /// </summary>
+ public string siteCode { get; set; }
/// <summary>
/// 灞傚彿锛� 浠� 0 寮�濮嬨�佷粠涓嬪線涓婄紪鍙�
/// </summary>
- public int layer { get; set; }
+ //public int layer { get; set; }
+ /// <summary>
+ /// 绔欑偣缂栧彿
+ /// </summary>
+ public int? carrierDir { get; set; }
+
+ /// <summary>
+ /// 绔欑偣缂栧彿
+ /// </summary>
+ public object extra { get; set; }
}
/// <summary>
@@ -221,4 +235,13 @@
/// </summary>
public string WareHouseNo { get; set; }
}
+
+
+ public class RCSCleanRequestModel
+ {
+ public string deviceID { get; set; }
+ public string deviceStation { get; set; }
+ public string status { get; set; }
+ }
+
}
--
Gitblit v1.8.0