服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2025-03-11 16750ee6e5ebf3a4815fdb96b7dfa0a35664ef46
Tiger.Model.Net/Entitys/WMS/BIZ_ERP_OTH_OUT_SN.cs
@@ -41,7 +41,7 @@
      /// <summary>
      /// 物料数量
      /// </summary>
      public decimal QTY { get; set; }
      public double QTY { get; set; }
      /// <summary>
      /// 状态(0Init初始化|1WaitPick待拣料|2OffShelf已下架|3Picked已捡料|4Sended已发料|5Loaded已上料|6UseUp已耗尽|7Returned已退料)
      /// </summary>
@@ -57,7 +57,7 @@
      /// <summary>
      /// 已分配数量
      /// </summary>
      public decimal ALLOC_QTY { get; set; }
      public double ALLOC_QTY { get; set; }
      /// <summary>
      /// 来源单据编码
      /// </summary>