From a369aa5991f2e66ec02fcd714d703f898a50a3e1 Mon Sep 17 00:00:00 2001 From: 18942506660 <18942506660@A18942506660> Date: Tue, 21 Nov 2023 14:59:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/WMS.Web.Core/Dto/BoxResponse.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/WMS.Web.Core/Dto/BoxResponse.cs b/src/WMS.Web.Core/Dto/BoxResponse.cs index 4e3a79ae..3ef639f1 100644 --- a/src/WMS.Web.Core/Dto/BoxResponse.cs +++ b/src/WMS.Web.Core/Dto/BoxResponse.cs @@ -18,6 +18,10 @@ namespace WMS.Web.Core.Dto /// public int SupplierId { get; set; } /// + /// 组织编码 + /// + public string OrgCode { get; set; } + /// /// 箱号 /// public string BoxBillNo { get; set; }