From 1e26a7575d9969e728b0aa01466f490409cb173c Mon Sep 17 00:00:00 2001 From: chengsc <Demo@DESKTOP-CPA90BF> Date: 星期五, 18 十月 2024 18:41:30 +0800 Subject: [PATCH] Merge branch 'master' into csc --- Wms/WMS.Entity/DataEntity/DataBoxInfo.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/Wms/WMS.Entity/DataEntity/DataBoxInfo.cs b/Wms/WMS.Entity/DataEntity/DataBoxInfo.cs index 650be2b..517a22a 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 -- Gitblit v1.8.0