From c5a3cfd2cd3e140892fc93cc52902b5b204a50d5 Mon Sep 17 00:00:00 2001
From: hao <1836460075@qq.com>
Date: 星期六, 23 八月 2025 10:03:01 +0800
Subject: [PATCH] Merge branch 'master' of http://43.142.96.171:8080/r/~yhj/HM_JK

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

diff --git a/StandardInterface/MES.Service/Modes/LtsLlj.cs b/StandardInterface/MES.Service/Modes/LtsLlj.cs
index 5d25562..1c07f99 100644
--- a/StandardInterface/MES.Service/Modes/LtsLlj.cs
+++ b/StandardInterface/MES.Service/Modes/LtsLlj.cs
@@ -205,4 +205,40 @@
     ///     绱ф�ユ斁琛屾爣璇�
     /// </summary>
     public int EMERGENCY { get; set; }
+
+    /// <summary>
+    ///     鐮村潖瀹為獙鏁伴噺
+    /// </summary>
+    [SugarColumn(ColumnName = "PHSY")]
+    public int? PHSY { get; set; }
+    /// <summary>
+    ///     鐮村潖瀹為獙鏁伴噺
+    /// </summary>
+    [SugarColumn(ColumnName = "BLYY")]
+    public string? BLYY { get; set; }
+    /// <summary>
+    ///     鐮村潖瀹為獙鏁伴噺
+    /// </summary>
+    [SugarColumn(ColumnName = "PSZT")]
+    public string? PSZT { get; set; }
+    /// <summary>
+    ///     鐮村潖瀹為獙鏁伴噺
+    /// </summary>
+    [SugarColumn(ColumnName = "SSCJ")]
+    public string? SSCJ { get; set; }
+
+    /// <summary>
+    ///     妫�楠岄」鐩暟閲忥紙闈炴暟鎹簱瀛楁锛岀敤浜庡墠绔樉绀猴級
+    /// </summary>
+    [SugarColumn(IsIgnore = true)]
+    public int? InspectionItemCount { get; set; }
+
+    /// <summary>
+    ///     缁存姢浜哄憳璐﹀彿锛堟潵鑷猇_LLJ_USER瑙嗗浘锛岄潪鏁版嵁搴撳瓧娈碉級
+    /// </summary>
+    [SugarColumn(IsIgnore = true)]
+    public string? Fcode { get; set; }
+
+
+
 }
\ No newline at end of file

--
Gitblit v1.9.3