From cec90a62de5a66f258a4108f03688acfe93b4a66 Mon Sep 17 00:00:00 2001
From: xwt <2740516069@qq.com>
Date: 星期四, 13 十一月 2025 15:26:33 +0800
Subject: [PATCH] SJ,XJ,RKJ加拍照限制
---
StandardInterface/MES.Service/Modes/LtsLlj.cs | 65 ++++++++++++++++++++++++++++++++
1 files changed, 65 insertions(+), 0 deletions(-)
diff --git a/StandardInterface/MES.Service/Modes/LtsLlj.cs b/StandardInterface/MES.Service/Modes/LtsLlj.cs
index 0e7f4eb..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")]
@@ -147,6 +154,18 @@
public string? SuppName { get; set; }
/// <summary>
+ /// 缁勭粐缂栫爜
+ /// </summary>
+ [SugarColumn(ColumnName = "DEPARTMENTID")]
+ public string? DEPARTMENTID { get; set; }
+
+ /// <summary>
+ /// 缁勭粐鍚嶇О
+ /// </summary>
+ [SugarColumn(ColumnName = "DEPARTMENTNAME")]
+ public string? DEPARTMENTNAME { get; set; }
+
+ /// <summary>
/// 鐗╂枡瑙勬牸
/// </summary>
[SugarColumn(ColumnName = "ITEM_MODEL")]
@@ -189,4 +208,50 @@
/// </summary>
[SugarColumn(IsIgnore = true)]
public string? NewFngDesc { get; set; }
+ /// <summary>
+ /// 绱ф�ユ斁琛屾爣璇�
+ /// </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; }
+
+ /// <summary>
+ /// 妫�楠岄」鐩淮鎶ょ姸鎬侊紙0锛氭湭缁存姢锛岄潪0锛氬凡缁存姢锛�
+ /// </summary>
+ [SugarColumn(ColumnName = "JYXM")]
+ public int? Jyxm { get; set; }
+
+
+
}
\ No newline at end of file
--
Gitblit v1.9.3