服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-03-10 40df5d91f800bb8b7be2638c13b4f9292d461221
Tiger.Model.Net/Entitys/WMS/WMS_SHELF.cs
@@ -38,11 +38,11 @@
      /// <summary>
      /// 货架层数
      /// </summary>
      public decimal FLOORS { get; set; }
      public double FLOORS { get; set; }
      /// <summary>
      /// 每层储位数
      /// </summary>
      public decimal FLOOR_COUNT { get; set; }
      public double FLOOR_COUNT { get; set; }
      /// <summary>
      /// 储位ID方向(ASC/DESC)
      /// </summary>