From ceb82ce60d984e2a9457502e74ec12b6800d26ef Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期一, 27 五月 2024 08:21: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