From bb0b78e7ef5317a38adc18a648e41aa8cc4711bc Mon Sep 17 00:00:00 2001 From: zhaowc <526854230@qq.com> Date: 星期四, 24 七月 2025 15:54:22 +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