From 4f8eea9a2af3a72e5ce55173cdc0759dd02f5f20 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期二, 01 四月 2025 19:54:53 +0800 Subject: [PATCH] 增加u9实体 --- Tiger.Model.Net/Entitys/WMS/BIZ_WMS_PREP.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Tiger.Model.Net/Entitys/WMS/BIZ_WMS_PREP.cs b/Tiger.Model.Net/Entitys/WMS/BIZ_WMS_PREP.cs index dfe1964..9a754ea 100644 --- a/Tiger.Model.Net/Entitys/WMS/BIZ_WMS_PREP.cs +++ b/Tiger.Model.Net/Entitys/WMS/BIZ_WMS_PREP.cs @@ -3,6 +3,7 @@ using System.Linq; using System.ComponentModel; using System.Collections.Generic; +using Tiger.Model.Extensions; namespace Tiger.Model { @@ -60,6 +61,8 @@ [SugarColumn(IsIgnore = true)] public string FieldName { get; set; } */ + [SugarColumn(IsIgnore = true)] + public BIZ_WMS_PREP_BTH CurBatch => Batchs?.OrderBy(q => q.CALL_TIME).FirstOrDefault(q => q.STATUS < STATUSs.Close.GetValue()); #endregion #region 澶栭敭灞炴�� -- Gitblit v1.9.3