杨张扬
4 天以前 c2d2f4eb78c54bdfdb6ffb0df5932751d538ed14
models/TN_InventoryM.cs
@@ -55,8 +55,8 @@
        public DateTime EXPIRATION { get; set; }
        /// <summary>
        /// 距离过期还有几天
        /// 距离过期还有几小时
        /// </summary>
        public int EXPIRATION_DAY { get; set; } = 0;
        public string EXPIRATION_DAY { get; set; } = "0";
    }
}