From fb726bc28268c7efb73629f6ae12b25232a18538 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期六, 22 二月 2025 15:34:20 +0800 Subject: [PATCH] Add OPERATION_END property and update database handling --- Tiger.Model.Net/Entitys/WMS/WMS_SHELF.cs | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Tiger.Model.Net/Entitys/WMS/WMS_SHELF.cs b/Tiger.Model.Net/Entitys/WMS/WMS_SHELF.cs index d8f9acb..99f85c2 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 { @@ -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