From a619299816f2f632c7c6ba3a1bb869e2c212797d Mon Sep 17 00:00:00 2001
From: fcx <2246384483@qq.com>
Date: 星期五, 19 十二月 2025 14:12:33 +0800
Subject: [PATCH] 对添加巡检单物料编码进行去重
---
StandardPda/MES.Service/Modes/LtsLlj.cs | 68 +++++++++++++++++++++++++++++++--
1 files changed, 63 insertions(+), 5 deletions(-)
diff --git a/StandardPda/MES.Service/Modes/LtsLlj.cs b/StandardPda/MES.Service/Modes/LtsLlj.cs
index ef25554..e9ec5a4 100644
--- a/StandardPda/MES.Service/Modes/LtsLlj.cs
+++ b/StandardPda/MES.Service/Modes/LtsLlj.cs
@@ -169,14 +169,72 @@
/// </summary>
[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; }
+ /// <summary>
+ /// 鍒拌揣鏃堕棿
+ /// </summary>
+ [SugarColumn(ColumnName = "ARRIVAL_DATE")]
+ public string? ArrivalDate { get; set; }
+
+ /// <summary>
+ /// 鍒拌揣鍗曡澶囨敞
+ /// </summary>
+ [SugarColumn(ColumnName = "MEMO_LIST")]
+ public string? MemoList { get; set; }
+
[SugarColumn(IsIgnore = true)] public string? UserName { get; set; }
+
/// <summary>
- /// 鐗╂枡鏍囪瘑锛�0锛氶潪棣栨銆�1锛氶娆★級
+ /// 鐗╂枡鏍囪瘑锛�0锛氶潪棣栨銆�1锛氶娆★級
/// </summary>
- [SugarColumn(IsIgnore = true)] public int? FIRST { get; set; }
+ [SugarColumn(IsIgnore = true)]
+ public int? FIRST { get; set; }
+
/// <summary>
- /// 鍒涘缓浜�
+ /// 鍒涘缓浜�
/// </summary>
- [SugarColumn(IsIgnore = true)] public string? CreateUserName { get; set; }
+ [SugarColumn(IsIgnore = true)]
+ public string? CreateUserName { get; set; }
+
+ /// <summary>
+ /// 涓婃涓嶈壇鎻忚堪
+ /// </summary>
+ [SugarColumn(IsIgnore = true)]
+ public string? NewFngDesc { get; set; }
+
+ /// <summary>
+ /// 椤圭洰
+ /// </summary>
+ [SugarColumn(IsIgnore = true)]
+ public string? ProjectCodes { get; set; }
}
\ No newline at end of file
--
Gitblit v1.9.3