From 44a7c47a724c154c54e256727c75e79d31fd42e2 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期四, 05 六月 2025 21:42:40 +0800
Subject: [PATCH] 优化代码格式,添加到货标识和查询条件

---
 StandardPda/MES.Service/Modes/LtsLlj.cs |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/StandardPda/MES.Service/Modes/LtsLlj.cs b/StandardPda/MES.Service/Modes/LtsLlj.cs
index 11dafc7..3b209f5 100644
--- a/StandardPda/MES.Service/Modes/LtsLlj.cs
+++ b/StandardPda/MES.Service/Modes/LtsLlj.cs
@@ -170,6 +170,37 @@
     [SugarColumn(ColumnName = "F_TYPE")]
     public int Ftype { get; set; }
 
+
+    /// <summary>
+    ///     鏌ヨ鏄惁妫�楠岃秴2.5h锛�0锛氫笉瓒� 銆�1锛氳秴锛�
+    /// </summary>
+    [SugarColumn(ColumnName = "JYCS")]
+    public int JYCS { get; set; }
+
+    /// <summary>
+    ///     鎶�鏀圭姸鎬�
+    /// </summary>
+    [SugarColumn(ColumnName = "EXTEND_N01")]
+    public string? ExtendNo1 { get; set; }
+
+    /// <summary>
+    ///     寰�鏈熸楠屽饱鍘�
+    /// </summary>
+    [SugarColumn(ColumnName = "LVLI")]
+    public string? LVLI { get; set; }
+
+    /// <summary>
+    ///     鏈�澶ф娊妫�鏁伴噺
+    /// </summary>
+    [SugarColumn(ColumnName = "CHECK_QYT")]
+    public string? MaxCheckQyt { get; set; }
+
+    /// <summary>
+    ///     鏄惁鍒拌揣
+    /// </summary>
+    [SugarColumn(ColumnName = "IS_ARRIVAL")]
+    public int? IsArrival { get; set; }
+
     [SugarColumn(IsIgnore = true)] public string? UserName { get; set; }
 
     /// <summary>
@@ -189,6 +220,7 @@
     /// </summary>
     [SugarColumn(IsIgnore = true)]
     public string? NewFngDesc { get; set; }
+
     /// <summary>
     ///     椤圭洰
     /// </summary>

--
Gitblit v1.9.3