From 2b25f973bb6d72ce6971d6f9c3cdccf51b7962ab Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期六, 06 九月 2025 14:27:08 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/ZhiHuiQiCe/LongDeLiLiKu

---
 项目代码/WMS/WMSServices/WIDESEA_DTO/Basic/BSTMaterialDTO.cs |   34 +++++++++++++++++-----------------
 1 files changed, 17 insertions(+), 17 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_DTO/Basic/BSTMaterialDTO.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_DTO/Basic/BSTMaterialDTO.cs"
index 7944faa..dd58b5f 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_DTO/Basic/BSTMaterialDTO.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_DTO/Basic/BSTMaterialDTO.cs"
@@ -51,45 +51,45 @@
         public int MaterielType { get; set; }
 
         /// <summary>
-        /// 鑱旂郴鐢佃瘽
+        /// 鐗╂枡瀹藉害锛�0琛ㄧず鏈缃級
         /// </summary>
-        [PropertyValidate("鑱旂郴鐢佃瘽", NotNullAndEmpty = true)]
-        public string ContactNumber { get; set; }
+        [PropertyValidate("鐗╂枡瀹藉害锛�0琛ㄧず鏈缃級", NotNullAndEmpty = true)]
+        public decimal MaterielWide { get; set; }
 
         /// <summary>
-        /// 鑱旂郴鍦板潃
+        /// 鐗╂枡鍘氬害锛�0琛ㄧず鏈缃級
         /// </summary>
-        [PropertyValidate("鑱旂郴鍦板潃", NotNullAndEmpty = true)]
-        public string ContactAddress { get; set; }
+        [PropertyValidate("鐗╂枡鍘氬害锛�0琛ㄧず鏈缃級", NotNullAndEmpty = true)]
+        public decimal MaterielThickness { get; set; }
 
         /// <summary>
-        /// 鐢靛瓙閭
+        /// 鐗╂枡闀垮害锛�0琛ㄧず鏈缃級
         /// </summary>
-        [PropertyValidate("鐢靛瓙閭", NotNullAndEmpty = true)]
-        public string Email { get; set; }
+        [PropertyValidate("鐗╂枡闀垮害锛�0琛ㄧず鏈缃級", NotNullAndEmpty = true)]
+        public decimal MaterielLength { get; set; }
 
         /// <summary>
-        /// 鎻忚堪
+        /// 鐗╂枡閲嶉噺锛堝崟浣嶉噸閲忥紝绮剧‘鏁板�硷級
         /// </summary>
-        [PropertyValidate("鎻忚堪", NotNullAndEmpty = true)]
-        public string Description { get; set; }
+        [PropertyValidate("鐗╂枡閲嶉噺锛堝崟浣嶉噸閲忥紝绮剧‘鏁板�硷級", NotNullAndEmpty = true)]
+        public decimal Weight { get; set; }
 
         /// <summary>
         /// 鐘舵��
         /// </summary>
         [PropertyValidate("鐘舵��", NotNullAndEmpty = true)]
-        public int State { get; set; }
+        public int Status { get; set; }
 
         /// <summary>
         /// 搴撳瓨缁勭粐
         /// </summary>
         [PropertyValidate("搴撳瓨缁勭粐", NotNullAndEmpty = true)]
-        public string InvOrgId { get; set; } 
+        public int InvOrgId { get; set; }
 
         /// <summary>
-        /// 鎿嶄綔绫诲瀷
+        /// 璁¢噺鍗曚綅锛圞g锛氬崈鍏嬶級
         /// </summary>
-        [PropertyValidate("鎿嶄綔绫诲瀷", NotNullAndEmpty = true, Check = new object[] { 0, 1, 2 })]
-        public string OperateType { get; set; }
+        [PropertyValidate("璁¢噺鍗曚綅锛圞g锛氬崈鍏嬶級", NotNullAndEmpty = true)]
+        public string Unit { get; set; }
     }
 }

--
Gitblit v1.9.3