From dfd6f91e782f31b9d33030f12de6c72872e8ea03 Mon Sep 17 00:00:00 2001
From: Administrator <Administrator@DESKTOP-5BIMHQ3>
Date: 星期日, 30 六月 2024 16:59:20 +0800
Subject: [PATCH] 修改问题
---
Wms/Model/InterFaceModel/RCSModel.cs | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 48 insertions(+), 0 deletions(-)
diff --git a/Wms/Model/InterFaceModel/RCSModel.cs b/Wms/Model/InterFaceModel/RCSModel.cs
index 811de33..c486968 100644
--- a/Wms/Model/InterFaceModel/RCSModel.cs
+++ b/Wms/Model/InterFaceModel/RCSModel.cs
@@ -114,5 +114,53 @@
public string data { get; set; }
}
+
+ public class Pallnetmsg
+ {
+ public string Location { get; set; }
+ public string Type { get; set; }
+ public string LotNo { get; set; }
+ public string Palletno { get; set; }
+
+ }
+
+ public class AgvTask
+ {
+ public string taskCode { get; set; }
+ public string taskType { get; set; }
+ public string startPos { get; set; }
+ public string endPos { get; set; }
+ public string agvCode { get; set; }
+ }
+
+ public class ReMes
+ {
+ public string Success { get; set; }
+ public string Result { get; set; }
+ public string Message { get; set; }
+ }
+
+ public class TaskDetial
+ {
+
+ public string Taskno { get; set; }
+ public string Startport { get; set; }
+ public string Endport { get; set; }
+
+ public string Pallno { get; set; }
+
+ public string Type { get; set; }
+ /// <summary>
+ /// 浠诲姟绫诲瀷
+ /// 0锛氬叆搴�
+ /// 1锛氬嚭搴�
+ /// </summary>
+ public string Crtype { get; set; }
+ /// <summary>
+ /// 搴撳瓨鍗曟嵁ID
+ /// </summary>
+ public int? Noticedetailno { get; set; }
+ public string LotNo { get; set; }
+ }
}
}
--
Gitblit v1.8.0