From 166a45a9d44e03e63552c6afa975c9ef0cc902e5 Mon Sep 17 00:00:00 2001
From: helongyang <647556386@qq.com>
Date: 星期二, 03 六月 2025 17:50:41 +0800
Subject: [PATCH] 功能,页面更新优化

---
 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_DTO/ERP/MaterielInfoDTO.cs |   70 +++++++++++++++--------------------
 1 files changed, 30 insertions(+), 40 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_DTO/ERP/MaterielInfoDTO.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_DTO/ERP/MaterielInfoDTO.cs"
index 2568e47..e06362c 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_DTO/ERP/MaterielInfoDTO.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_DTO/ERP/MaterielInfoDTO.cs"
@@ -25,14 +25,13 @@
         /// <summary>
         /// 
         /// </summary>
-        [PropertyValidate("", NotNullAndEmpty = true)]
         public string StandType { get; set; }
 
         /// <summary>
         /// 
         /// </summary>
         [PropertyValidate("", NotNullAndEmpty = true)]
-        public int ItemType { get; set; }
+        public string ItemType { get; set; }
 
         /// <summary>
         /// 
@@ -43,7 +42,7 @@
         /// 
         /// </summary>
         [PropertyValidate("", NotNullAndEmpty = true)]
-        public int ItemSourceType { get; set; }
+        public string ItemSourceType { get; set; }
 
         /// <summary>
         /// 
@@ -54,7 +53,6 @@
         /// <summary>
         /// 
         /// </summary>
-        [PropertyValidate("", NotNullAndEmpty = true)]
         public string MaterialVersion { get; set; }
 
         /// <summary>
@@ -67,30 +65,28 @@
         /// 
         /// </summary>
         [PropertyValidate("", NotNullAndEmpty = true)]
-        public int Length { get; set; }
+        public float Length { get; set; }
 
         /// <summary>
         /// 
         /// </summary>
         [PropertyValidate("", NotNullAndEmpty = true)]
-        public int Thickness { get; set; }
+        public float Thickness { get; set; }
 
         /// <summary>
         /// 
         /// </summary>
         [PropertyValidate("", NotNullAndEmpty = true)]
-        public int Wide { get; set; }
+        public float Wide { get; set; }
 
         /// <summary>
         /// 
         /// </summary>
-        [PropertyValidate("", NotNullAndEmpty = true)]
         public string Model { get; set; }
 
         /// <summary>
         /// 
         /// </summary>
-        [PropertyValidate("", NotNullAndEmpty = true)]
         public string Color { get; set; }
 
         /// <summary>
@@ -99,41 +95,36 @@
         [PropertyValidate("", NotNullAndEmpty = true)]
         public string MaterialTG { get; set; }
 
-        ///// <summary>
-        ///// 
-        ///// </summary>
-        //[PropertyValidate("", NotNullAndEmpty = true)]
-        //public string Spare1 { get; set; }
+        /// <summary>
+        /// 
+        /// </summary>
+        public string Spare1 { get; set; }
 
-        ///// <summary>
-        ///// 
-        ///// </summary>
-        //[PropertyValidate("", NotNullAndEmpty = true)]
-        //public string Spare2 { get; set; }
+        /// <summary>
+        /// 
+        /// </summary>
+        public string Spare2 { get; set; }
 
-        ///// <summary>
-        ///// 
-        ///// </summary>
-        //[PropertyValidate("", NotNullAndEmpty = true)]
-        //public string Spare3 { get; set; }
+        /// <summary>
+        /// 
+        /// </summary>
+        public string Spare3 { get; set; }
 
-        ///// <summary>
-        ///// 
-        ///// </summary>
-        //[PropertyValidate("", NotNullAndEmpty = true)]
-        //public string Spare4 { get; set; }
+        /// <summary>
+        /// 
+        /// </summary>
+        public string Spare4 { get; set; }
 
-        ///// <summary>
-        ///// 
-        ///// </summary>
-        //[PropertyValidate("", NotNullAndEmpty = true)]
-        //public string Spare5 { get; set; }
+        /// <summary>
+        /// 
+        /// </summary>
+        public string Spare5 { get; set; }
 
         /// <summary>
         /// 
         /// </summary>
         [PropertyValidate("", NotNullAndEmpty = true)]
-        public int State { get; set; }
+        public string State { get; set; }
 
         /// <summary>
         /// 
@@ -144,19 +135,19 @@
         /// <summary>
         /// 
         /// </summary>
-        [PropertyValidate("", NotNullAndEmpty = true)]
-        public int OperateType { get; set; }
+        [PropertyValidate("", NotNullAndEmpty = false)]
+        public string OperateType { get; set; }
 
         /// <summary>
         /// 
         /// </summary>
-        [PropertyValidate("", NotNullAndEmpty = true)]
+        [PropertyValidate("", NotNullAndEmpty = false)]
         public string UserDef01 { get; set; }
 
         /// <summary>
         /// 
         /// </summary>
-        [PropertyValidate("", NotNullAndEmpty = true)]
+        [PropertyValidate("", NotNullAndEmpty = false)]
         public string UserDef04 { get; set; }
 
         /// <summary>
@@ -168,7 +159,6 @@
         /// <summary>
         /// 
         /// </summary>
-        [PropertyValidate("", NotNullAndEmpty = true)]
         public string WaId { get; set; }
     }
 }

--
Gitblit v1.9.3