From 2de09bec5cc05bf875543fa8956167ca7db73021 Mon Sep 17 00:00:00 2001 From: 刘磊 <1161824510@qq.com> Date: 星期三, 25 六月 2025 11:36:44 +0800 Subject: [PATCH] 合并 --- 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Common/AGVTask/agvTask.cs | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 46 insertions(+), 0 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Common/AGVTask/agvTask.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Common/AGVTask/agvTask.cs" index 3d98aa2..06ef0ea 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Common/AGVTask/agvTask.cs" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Common/AGVTask/agvTask.cs" @@ -125,4 +125,50 @@ /// </summary> public string eqpCode { get; set; } } + + public class ContainerTask + { + public string action { get; set; } + public string areaCode { get; set; } + public string berthCode { get; set; } + public string callCode { get; set; } + public string callTyp { get; set; } + public string clientCode { get; set; } + public string cooX { get; set; } // 娉ㄦ剰杩欐槸double绫诲瀷 + public string cooY { get; set; } // 娉ㄦ剰杩欐槸double绫诲瀷 + public string ctnrCode { get; set; } + public string ctnrTyp { get; set; } + public string currentCallCode { get; set; } + public string currentPositionCode { get; set; } + public object data { get; set; } // 鏍规嵁JSON鍐呭锛宒ata鏄┖瀵硅薄 + public string dstBinCode { get; set; } + public string eqpCode { get; set; } + public string indBind { get; set; } + public string layer { get; set; } + public string mapCode { get; set; } + public string mapDataCode { get; set; } + public string mapShortName { get; set; } + public string materialLot { get; set; } + public string materialType { get; set; } + public string method { get; set; } + public string orgCode { get; set; } + public string podCode { get; set; } + public string podDir { get; set; } + public string podNum { get; set; } + public string podTyp { get; set; } + public string relatedArea { get; set; } + public string reqCode { get; set; } + public string reqTime { get; set; } // 鍙�冭檻鏀逛负DateTime绫诲瀷 + public string roadWayCode { get; set; } + public string robotCode { get; set; } + public string seq { get; set; } + public string stgBinCode { get; set; } + public string subTaskNum { get; set; } + public string taskCode { get; set; } + public string taskTyp { get; set; } + public string tokenCode { get; set; } + public string username { get; set; } + public string wbCode { get; set; } + public string whCode { get; set; } + } } -- Gitblit v1.9.3