From 6fed1f731b16c1820a43fc34130a70b21465e2bb Mon Sep 17 00:00:00 2001
From: 刘磊 <1161824510@qq.com>
Date: 星期二, 11 十一月 2025 14:53:18 +0800
Subject: [PATCH] 同步
---
项目代码/WMS/WMSServer/WIDESEA_Common/MES/Request/pushOrderInfo.cs | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_Common/MES/Request/pushOrderInfo.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_Common/MES/Request/pushOrderInfo.cs"
index 459e69a..0abb4dd 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_Common/MES/Request/pushOrderInfo.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_Common/MES/Request/pushOrderInfo.cs"
@@ -21,8 +21,11 @@
/// </summary>
public string splitStrategy { get; set; }
- public string data { get; set; }
+ public List<orderInfoDetail> data { get; set; }
+ }
+ public class orderInfoDetail
+ {
/// <summary>
/// 璁㈠崟鍙�
/// </summary>
@@ -56,7 +59,7 @@
/// <summary>
/// 鏁磋溅鐗╂枡鍙�
/// </summary>
- public string vehicleCode { get;set; }
+ public string vehicleCode { get; set; }
/// <summary>
/// 鐧借溅韬墿鏂欏彿
--
Gitblit v1.9.3