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 | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/StandardInterface/MES.Service/Modes/LtsLlj.cs b/StandardInterface/MES.Service/Modes/LtsLlj.cs
index 1c07f99..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")]
@@ -239,6 +246,12 @@
[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