From 7ff3d0e243b07c0348126ba67b6f049ddbeb98ca Mon Sep 17 00:00:00 2001 From: tongfei <244188119@qq.com> Date: Mon, 18 Mar 2024 14:54:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/WMS.Web.Domain/Entitys/InventoryDetails.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/WMS.Web.Domain/Entitys/InventoryDetails.cs b/src/WMS.Web.Domain/Entitys/InventoryDetails.cs index b52451ce..5e6bc977 100644 --- a/src/WMS.Web.Domain/Entitys/InventoryDetails.cs +++ b/src/WMS.Web.Domain/Entitys/InventoryDetails.cs @@ -29,10 +29,7 @@ namespace WMS.Web.Domain.Entitys /// 仓库编码 /// public string StockCode { get; set; } - /// - /// 仓位ID - /// - public int SubStockId { get; set; } + /// /// 仓位编码 ///