From ccb5c15ee5cf72d8567997ae25fce6518fb63ae0 Mon Sep 17 00:00:00 2001 From: huanghongfeng <huanghongfeng@hnkhzn.com> Date: 星期六, 11 五月 2024 15:43:15 +0800 Subject: [PATCH] 平面库区优化 --- 代码管理/WMS/WMS_Server/WIDESEA_Entity/DomainModels/System/dt_stationinfo.cs | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 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 82ff0c0..8acfd0a 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" @@ -139,8 +139,8 @@ ///鐐夊彿 /// </summary> [Display(Name = "鐐夊彿")] - [MaxLength(50)] - [Column(TypeName = "nvarchar(50)")] + [MaxLength(255)] + [Column(TypeName = "nvarchar(255)")] public string heatNumber { get; set; } /// <summary> @@ -150,5 +150,13 @@ [MaxLength(100)] [Column(TypeName = "nvarchar(100)")] public string tray_type { get; set; } + + /// <summary> + ///閽㈠澂鍙� + /// </summary> + [Display(Name = "閽㈠澂鍙�")] + [MaxLength(255)] + [Column(TypeName = "nvarchar(255)")] + public string billetID { get; set; } } } \ No newline at end of file -- Gitblit v1.9.3