From bb8b689c2922ff7d819e512887539f1680689c11 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期六, 22 六月 2024 15:50:11 +0800
Subject: [PATCH] Merge branch 'zwc' of http://47.95.120.53:8083/r/JC23WMS-2 into zwc
---
Wms/Model/InterFaceModel/RCSModel.cs | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/Wms/Model/InterFaceModel/RCSModel.cs b/Wms/Model/InterFaceModel/RCSModel.cs
index 811de33..49edcf2 100644
--- a/Wms/Model/InterFaceModel/RCSModel.cs
+++ b/Wms/Model/InterFaceModel/RCSModel.cs
@@ -114,5 +114,23 @@
public string data { get; set; }
}
+
+ public class Pallnetmsg
+ {
+ public string warehouseno { 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; }
+ }
}
}
--
Gitblit v1.8.0