服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-03-18 406ac5eb58f06bde155443a34c76fbf187759808
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>