models/TN_InventoryM.cs
@@ -55,8 +55,13 @@ public DateTime EXPIRATION { get; set; } /// <summary> /// 距离过期还有几天 /// 距离过期还有几小时 /// </summary> public string EXPIRATION_DAY { get; set; } = "0"; /// <summary> /// 创建时的起点货位 /// </summary> public string STARTLOC { get; set; } } }