杨张扬
4 天以前 c2d2f4eb78c54bdfdb6ffb0df5932751d538ed14
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,10 @@
        /// 过期时间
        /// </summary>
        public DateTime EXPIRATION { get; set; }
        /// <summary>
        /// 距离过期还有几小时
        /// </summary>
        public string EXPIRATION_DAY { get; set; } = "0";
    }
}