杨张扬
2025-07-03 3c193a58c27e245e1a3eaa76d6018342aac2de1b
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";
    }
}