杨张扬
2 天以前 77b654d928c34d32462e212a4ec212f7cc48b50f
models/TN_InventoryM.cs
@@ -12,7 +12,7 @@
        /// <summary>
        /// 入库时间
        /// </summary>
        public DateTime INAREATIME { get; set; }
        public DateTime INAREATIME { get; set; } = System.DateTime.Now;
        /// <summary>
        /// 容器号
@@ -53,5 +53,15 @@
        /// 过期时间
        /// </summary>
        public DateTime EXPIRATION { get; set; }
        /// <summary>
        /// 距离过期还有几小时
        /// </summary>
        public string EXPIRATION_DAY { get; set; } = "0";
        /// <summary>
        /// 创建时的起点货位
        /// </summary>
        public string STARTLOC { get; set; }
    }
}