服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-03-10 1fe7c9ad8caab3db17369062b52a9c35e3aee187
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
{
@@ -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 枚举变量