From b9f5657fc9a083238a1a27ef35ef885f1e912b4f Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期二, 25 六月 2024 15:24:24 +0800
Subject: [PATCH] 后端
---
代码管理/PCS/WCS_Server/WIDESEA_Entity/DomainModels/WCS/dt_plcinfodetail.cs | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_Entity/DomainModels/WCS/dt_plcinfodetail.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_Entity/DomainModels/WCS/dt_plcinfodetail.cs"
index 571c184..9bab559 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_Entity/DomainModels/WCS/dt_plcinfodetail.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_Entity/DomainModels/WCS/dt_plcinfodetail.cs"
@@ -80,6 +80,15 @@
public string plcdetail_name { get; set; }
/// <summary>
+ ///璁惧鍚嶇О
+ /// </summary>
+ [Display(Name = "璁惧鍚嶇О")]
+ [MaxLength(50)]
+ [Column(TypeName = "nvarchar(100)")]
+ [Editable(true)]
+ public string plcdetail_number { get; set; }
+
+ /// <summary>
///澶勭悊鏂规硶
/// </summary>
[Display(Name = "澶勭悊鏂规硶")]
--
Gitblit v1.9.3