杨张扬
2025-06-13 c3202f7d43746c084066d88e58913d85c0173d88
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";
    }
}