服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-03-18 05fdade2564f0880fcba935aadf12e79a467764b
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 公共属性