From b532ba8806996246ab7a0896bf34b884c47dee7e Mon Sep 17 00:00:00 2001
From: xiaojiao <xiaojiao@kaokeziliao.com>
Date: 星期二, 14 四月 2026 14:06:25 +0800
Subject: [PATCH] 试生产版本

---
 项目代码/WMS/WIDESEA_WMSServer/WIDESEA.Entity/DomainModels/Container/Dt_container_detail.cs |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Entity/DomainModels/Container/Dt_container_detail.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Entity/DomainModels/Container/Dt_container_detail.cs"
index 8e4414e..e4aa950 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Entity/DomainModels/Container/Dt_container_detail.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Entity/DomainModels/Container/Dt_container_detail.cs"
@@ -284,5 +284,13 @@
         [MaxLength(30)]
         [Column(TypeName = "nvarchar(30)")]
         public string containerdtl_ProductDate { get; set; }
+
+        /// <summary>
+        ///杞存壙閲嶉噺鏍囧噯鍊�
+        /// </summary>
+        [Display(Name = "杞存壙閲嶉噺鏍囧噯鍊�")]
+        [MaxLength(50)]
+        [Column(TypeName = "nvarchar(50)")]
+        public string Standard_value { get; set; }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3