服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-03-26 8c044861aea55f9c1830b4defb80e82600c16c1c
Tiger.Model.Net/Entitys/WMS/WMS_COUNT_SUM.cs
@@ -45,23 +45,23 @@
      /// <summary>
      /// WMS数量
      /// </summary>
      public decimal QTY { get; set; }
      public double QTY { get; set; }
      /// <summary>
      /// 实际数量
      /// </summary>
      public decimal ACT_QTY { get; set; }
      public double ACT_QTY { get; set; }
      /// <summary>
      /// ERP数量
      /// </summary>
      public decimal ERP_QTY { get; set; }
      public double ERP_QTY { get; set; }
      /// <summary>
      /// WMS条码数量
      /// </summary>
      public decimal SN_QTY { get; set; }
      public double SN_QTY { get; set; }
      /// <summary>
      /// 实际条码数量
      /// </summary>
      public decimal ACT_SN_QTY { get; set; }
      public double ACT_SN_QTY { get; set; }
      /// <summary>
      /// 备注
      /// </summary>