服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2025-04-21 318f08db1998f6a9e08f05ec8edc5aec4aad7882
Tiger.Model.Net/Entitys/WMS/WMS_SHELF.cs
@@ -3,6 +3,7 @@
using System.Linq;
using System.ComponentModel;
using System.Collections.Generic;
using Tiger.Model.Extensions;
namespace Tiger.Model
{
@@ -37,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>
@@ -94,13 +95,15 @@
      /// 备注
      /// </summary>
      public string REMARK { get; set; }
        #endregion
      #endregion
        #region 虚拟属性
        /*例子
      #region 虚拟属性
      /*例子
      [SugarColumn(IsIgnore = true)]
      public string FieldName { get; set; }
      */
      [SugarColumn(IsIgnore = true)]
      public bool IsLightShelf => SHELF_TYPE == WMS_SHELF.SHELF_TYPEs.Smart.GetValue() || SHELF_TYPE == WMS_SHELF.SHELF_TYPEs.QRCode.GetValue();
        #endregion
        #region 枚举变量