服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-03-26 8c044861aea55f9c1830b4defb80e82600c16c1c
Tiger.Model.Net/Entitys/WMS/WMS_ITEM_POOL.cs
@@ -57,11 +57,11 @@
      /// <summary>
      /// 物料数量
      /// </summary>
      public decimal QTY { get; set; }
      public double QTY { get; set; }
      /// <summary>
      /// 已分配数量
      /// </summary>
      public decimal ALLOC_QTY { get; set; }
      public double ALLOC_QTY { get; set; }
        /// <summary>
      /// 生产日期
      /// </summary>