服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2025-03-11 e64afded54da08741c80dc308d0bdfc9f382dfa2
Tiger.Model.Net/Entitys/WMS/WMS_ITEM.cs
@@ -52,7 +52,7 @@
        /// <summary>
        /// 数量
        /// </summary>
        public decimal QTY { get; set; }
        public double QTY { get; set; }
        /// <summary>
        /// 单位
@@ -172,7 +172,7 @@
        /// <summary>
        /// 延期时间
        /// </summary>
        public decimal PostponeDays { get; set; }
        //public double PostponeDays { get; set; }
        #endregion 公共属性