服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2025-03-11 16750ee6e5ebf3a4815fdb96b7dfa0a35664ef46
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>