From 68efc42e310277294af1457cef8dd9b887bad5ac Mon Sep 17 00:00:00 2001 From: "yang.lee" Date: Thu, 9 Nov 2023 08:59:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=9C=AA=E5=AE=9E=E7=8E=B0?= =?UTF-8?q?=E6=8C=87=E5=AE=9A=E6=8E=A5=E5=8F=A3=E7=BA=A6=E6=9D=9F=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WarehouseMgr/Tnb.WarehouseMgr.Entities/Entity/WmsOutstockH.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WarehouseMgr/Tnb.WarehouseMgr.Entities/Entity/WmsOutstockH.cs b/WarehouseMgr/Tnb.WarehouseMgr.Entities/Entity/WmsOutstockH.cs index 18b25742..c6ef40ab 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr.Entities/Entity/WmsOutstockH.cs +++ b/WarehouseMgr/Tnb.WarehouseMgr.Entities/Entity/WmsOutstockH.cs @@ -175,4 +175,8 @@ public partial class WmsOutstockH : BaseEntity, InOutCheckStatusUpdateEn /// 检验结论 /// public int? check_conclusion { get; set; } + /// + /// 是否检验 + /// + public int? is_check { get; set; } }