From 557f02072fa311eefe3123aa44afebac22adc465 Mon Sep 17 00:00:00 2001
From: xiaojiao <xiaojiao@kaokeziliao.com>
Date: 星期五, 24 四月 2026 17:24:43 +0800
Subject: [PATCH] 4-24
---
项目代码/WMS/WIDESEA_WMSServer/WIDESEA.Entity/DomainModels/Container/Dt_container_detail.cs | 17 +++++++++++++++++
1 files changed, 17 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 e4aa950..fc9b048 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"
@@ -292,5 +292,22 @@
[MaxLength(50)]
[Column(TypeName = "nvarchar(50)")]
public string Standard_value { get; set; }
+
+
+ /// <summary>
+ ///鏍囧噯鍊艰绠楃粨鏋�
+ /// </summary>
+ [Display(Name = "鏍囧噯鍊艰绠楃粨鏋�")]
+ [MaxLength(50)]
+ [Column(TypeName = "nvarchar(50)")]
+ public string Standard_value_NumResult { get; set; }
+
+ /// <summary>
+ ///浜у湴(鍥戒骇/杩涘彛)
+ /// </summary>
+ [Display(Name = "浜у湴(鍥戒骇/杩涘彛)")]
+ [MaxLength(50)]
+ [Column(TypeName = "nvarchar(50)")]
+ public string Placeoforigin { get; set; }
}
}
\ No newline at end of file
--
Gitblit v1.9.3