From ca529041b8113b3684c387ba71471d47aa59cdef Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期四, 11 九月 2025 16:24:51 +0800
Subject: [PATCH] 代码提交

---
 项目代码/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