From 0a4fdc2b4d0f5fb7d16fbd0182bef305105e3eae Mon Sep 17 00:00:00 2001 From: payne <bzrlw2012@163.com> Date: 周二, 23 4月 2024 18:44:36 +0800 Subject: [PATCH] 调整库位实体 新增容器 容器类型实体 --- iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/WmsBase/WmsArea.cs | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 46 insertions(+), 1 deletions(-) diff --git a/iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/WmsBase/WmsArea.cs b/iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/WmsBase/WmsArea.cs index 15a4491..2e8e4f1 100644 --- a/iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/WmsBase/WmsArea.cs +++ b/iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/WmsBase/WmsArea.cs @@ -4,7 +4,7 @@ /* * @author : 鍒樻枃濂� - * @date : 2024/4/23涓嬪崍5:33:52 + * @date : 2024/4/23涓嬪崍6:31:24 * @desc : 搴撳尯琛� */ namespace Admin.NET.Core @@ -90,6 +90,51 @@ /// <summary> + /// 闆朵欢绾х鎺� + /// </summary> + [Comment("闆朵欢绾х鎺�")] + [Required] + + public bool IsBarcodeLevelControl { get; set; } + + + /// <summary> + /// 妫�楠屽厛杩涘厛鍑� + /// </summary> + [Comment("妫�楠屽厛杩涘厛鍑�")] + [Required] + + public bool IsFIFO { get; set; } + + + /// <summary> + /// 闆朵欢绾х鎺� + /// </summary> + [Comment("闆朵欢绾х鎺�")] + [Required] + + public bool IsPartLevelControl { get; set; } + + + /// <summary> + /// 鍏佽娣锋穯 + /// </summary> + [Comment("鍏佽娣锋穯")] + [Required] + + public bool IsAllowConfusion { get; set; } + + + /// <summary> + /// 鍏佽璐熷簱瀛� + /// </summary> + [Comment("鍏佽璐熷簱瀛�")] + [Required] + + public bool IsAllowNegativeInventory { get; set; } + + + /// <summary> /// 鏄惁铏氭嫙 /// </summary> [Comment("鏄惁铏氭嫙")] -- Gitblit v1.9.3