From e853dd2fecef3a0c446d161248d0498a5a081e66 Mon Sep 17 00:00:00 2001
From: xwt <2740516069@qq.com>
Date: 星期三, 17 十二月 2025 18:49:49 +0800
Subject: [PATCH] SJ,XJ,RKJ优化修改
---
StandardInterface/MES.Service/Modes/LtsLlj.cs | 25 +++++++++++++++++++++++++
1 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/StandardInterface/MES.Service/Modes/LtsLlj.cs b/StandardInterface/MES.Service/Modes/LtsLlj.cs
index 698ddb1..d7c77d8 100644
--- a/StandardInterface/MES.Service/Modes/LtsLlj.cs
+++ b/StandardInterface/MES.Service/Modes/LtsLlj.cs
@@ -26,6 +26,13 @@
public string? LotNo { get; set; }
/// <summary>
+ /// 閫佽揣鍗曞彿
+ /// </summary>
+ [SugarColumn(ColumnName = "PAPER_BILL_NO")]
+ public string? PaperBillNo { get; set; }
+
+
+ /// <summary>
/// 澶勭悊鏂规硶
/// </summary>
[SugarColumn(ColumnName = "FNG_HANDLE")]
@@ -227,6 +234,24 @@
[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; }
+
+ /// <summary>
+ /// 妫�楠岄」鐩淮鎶ょ姸鎬侊紙0锛氭湭缁存姢锛岄潪0锛氬凡缁存姢锛�
+ /// </summary>
+ [SugarColumn(ColumnName = "JYXM")]
+ public int? Jyxm { get; set; }
+
}
\ No newline at end of file
--
Gitblit v1.9.3