From 19e95f4acc328bbf62a0427fe658d00268019e66 Mon Sep 17 00:00:00 2001 From: zhaowc <526854230@qq.com> Date: 星期一, 07 四月 2025 10:14:34 +0800 Subject: [PATCH] 修改IIS配置 --- Wms/WMS.Entity/DataEntity/DataBoxInfo.cs | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Wms/WMS.Entity/DataEntity/DataBoxInfo.cs b/Wms/WMS.Entity/DataEntity/DataBoxInfo.cs index b644278..b0e185e 100644 --- a/Wms/WMS.Entity/DataEntity/DataBoxInfo.cs +++ b/Wms/WMS.Entity/DataEntity/DataBoxInfo.cs @@ -72,14 +72,14 @@ /// Default: /// Nullable:False /// </summary> - public int Qty {get;set;} + public decimal Qty {get;set;} /// <summary> /// Desc:鏁寸鏁伴噺 /// Default: /// Nullable:True /// </summary> - public int? FullQty {get;set;} + public decimal? FullQty {get;set;} /// <summary> /// Desc:鐘舵�� @@ -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