From c9cd6646fdd1296a7feeb4384ebfe06ab90a52d7 Mon Sep 17 00:00:00 2001 From: IPC-610 <IPC-610@DESKTOP-6LEOOS3> Date: 星期三, 27 十一月 2024 08:25:17 +0800 Subject: [PATCH] 修改批次长度判断 ,批次长度增加为11位和12位 --- Wms/WMS.Entity/DataEntity/DataBoxInfo.cs | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/Wms/WMS.Entity/DataEntity/DataBoxInfo.cs b/Wms/WMS.Entity/DataEntity/DataBoxInfo.cs index 650be2b..b0e185e 100644 --- a/Wms/WMS.Entity/DataEntity/DataBoxInfo.cs +++ b/Wms/WMS.Entity/DataEntity/DataBoxInfo.cs @@ -131,6 +131,11 @@ public DateTime? ProductionTime {get;set;} /// <summary> + /// 杩囨湡鏃堕棿 + /// </summary> + public DateTime? ExpirationTime { get; set; } + + /// <summary> /// Desc:渚涜揣鎵规 /// Default: /// Nullable:True @@ -165,5 +170,12 @@ /// </summary> public DateTime? InspectTime {get;set;} + + /// <summary> + /// Desc:澶囩敤瀛楁 瀛樺偍鏈熻嚦 + /// Default: + /// Nullable:True + /// </summary> + public string UDF1 { get; set; } } } -- Gitblit v1.8.0