From 2f263d548dc8b9e270f5f5663e80f9d4f5880b10 Mon Sep 17 00:00:00 2001
From: wxw <Administrator@DESKTOP-5BIMHQ3>
Date: 星期日, 15 六月 2025 15:05:58 +0800
Subject: [PATCH] 申请储位增加锁防止向WMS重复申请

---
 Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceTaskOrderDto.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceTaskOrderDto.cs b/Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceTaskOrderDto.cs
index 2f97a92..f003822 100644
--- a/Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceTaskOrderDto.cs
+++ b/Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceTaskOrderDto.cs
@@ -15,10 +15,15 @@
     public string? SkuNo { get; set; }
     public string? SkuName { get; set; }
     public string? Status { get; set; }
+    public string? PalletNo { get; set; }
     /// <summary>
     /// 鎬荤鏁�/璁″垝绠辨暟/棰勪及绠辨暟
     /// </summary>
     public int? Qty { get; set; }
+    /// <summary>
+    /// 鎻掔爜绠辨暟
+    /// </summary>
+    public int? BoxCount { get; set; }
     public string? LineNo { get; set; }
     public string? PZNo { get; set; }
 

--
Gitblit v1.8.0