From 388c43ee7b741eebafa98cd8ef992005f1aa56f4 Mon Sep 17 00:00:00 2001 From: 陈勇 <chenyong@hnkhzn.com> Date: 星期二, 12 三月 2024 14:52:40 +0800 Subject: [PATCH] PDA源程序 --- 代码管理/WMS/WMS_Server/WIDESEA_Entity/DomainModels/System/dt_stationinfo.cs | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMS_Server/WIDESEA_Entity/DomainModels/System/dt_stationinfo.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMS_Server/WIDESEA_Entity/DomainModels/System/dt_stationinfo.cs" index 01f083e..82ff0c0 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMS_Server/WIDESEA_Entity/DomainModels/System/dt_stationinfo.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMS_Server/WIDESEA_Entity/DomainModels/System/dt_stationinfo.cs" @@ -143,6 +143,12 @@ [Column(TypeName = "nvarchar(50)")] public string heatNumber { get; set; } - + /// <summary> + ///鎵樼洏绫诲瀷 + /// </summary> + [Display(Name = "鎵樼洏绫诲瀷")] + [MaxLength(100)] + [Column(TypeName = "nvarchar(100)")] + public string tray_type { get; set; } } } \ No newline at end of file -- Gitblit v1.9.3