From 9ff4001a8ecec61fb01ad89aa57b08b081a8dcda Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期六, 12 四月 2025 11:51:08 +0800 Subject: [PATCH] 优化U9接口逻辑 --- Tiger.Model.Net/Entitys/WMS/WMS_SHELF.cs | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Tiger.Model.Net/Entitys/WMS/WMS_SHELF.cs b/Tiger.Model.Net/Entitys/WMS/WMS_SHELF.cs index d8f9acb..f484093 100644 --- a/Tiger.Model.Net/Entitys/WMS/WMS_SHELF.cs +++ b/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 鏋氫妇鍙橀噺 -- Gitblit v1.9.3