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