From 1c5addd1d2a760d9445934a79e6a6dc987c45401 Mon Sep 17 00:00:00 2001 From: Administrator <Administrator@DESKTOP-5BIMHQ3> Date: 星期二, 02 七月 2024 16:39:37 +0800 Subject: [PATCH] 修改问题 --- Wms/Model/InterFaceModel/RCSModel.cs | 39 +++++++++++++++++++++++++++++++++++---- 1 files changed, 35 insertions(+), 4 deletions(-) diff --git a/Wms/Model/InterFaceModel/RCSModel.cs b/Wms/Model/InterFaceModel/RCSModel.cs index 49edcf2..af9f8eb 100644 --- a/Wms/Model/InterFaceModel/RCSModel.cs +++ b/Wms/Model/InterFaceModel/RCSModel.cs @@ -117,10 +117,10 @@ public class Pallnetmsg { - public string warehouseno { get; set; } - public string type { get; set; } - public string lotno { get; set; } - public string palletno { get; set; } + public string Location { get; set; } + public string Type { get; set; } + public string LotNo { get; set; } + public string PalletNo { get; set; } } @@ -132,5 +132,36 @@ 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锛氬嚭搴� + /// 2锛氱Щ搴� + /// </summary> + public string Crtype { get; set; } + /// <summary> + /// 搴撳瓨鍗曟嵁ID + /// </summary> + public int? Noticedetailno { get; set; } + public string LotNo { get; set; } + } } } -- Gitblit v1.8.0