From cb62fe00ff0c80bce983b0aa7a2b320fdc26f85f Mon Sep 17 00:00:00 2001 From: huanghongfeng <huanghongfeng@hnkhzn.com> Date: 星期一, 20 五月 2024 08:51:03 +0800 Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/SuZhouGuanHong/TaiYuanTaiZhong --- 代码管理/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