From 09542900534645e28c23f16caa94aa8a2c20cc5b Mon Sep 17 00:00:00 2001
From: payne <bzrlw2012@163.com>
Date: 周五, 03 5月 2024 16:10:02 +0800
Subject: [PATCH] 往来单位助记码功能调整为 中文名称输入立即调用接口实现

---
 iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/WmsBase/WmsArea.cs |   60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 57 insertions(+), 3 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 d335688..a1122e6 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:20:46
+ * @date : 2024/4/23涓嬪崍6:31:24
  * @desc : 搴撳尯琛�
  */
 namespace Admin.NET.Core
@@ -72,9 +72,9 @@
 
 
         /// <summary>
-        /// ERP浠g爜
+        /// ERP搴撳瓨鍦�
         /// </summary>
-        [Comment("ERP浠g爜")]
+        [Comment("ERP搴撳瓨鍦�")]
         [Required]
         [MaxLength(50)]
         public string ErpCode { get; set; }
@@ -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("鏄惁铏氭嫙")]
@@ -98,6 +143,15 @@
         public bool IsVirtually { get; set; }
 
 
+        /// <summary>
+        /// 鏄惁绂佺敤
+        /// </summary>
+        [Comment("鏄惁绂佺敤")]
+        [Required]
+
+        public bool IsDisabled { get; set; }
+
+
 
 
 

--
Gitblit v1.9.3