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; } }