From 2b9f544a55f30f0b6e8010b84ed8b60f2c4cb78e Mon Sep 17 00:00:00 2001
From: hao <1836460075@qq.com>
Date: 星期一, 04 八月 2025 20:35:52 +0800
Subject: [PATCH] 工单更新

---
 StandardInterface/MES.Service/Dto/service/SJPageResult.cs |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/StandardInterface/MES.Service/Dto/service/SJPageResult.cs b/StandardInterface/MES.Service/Dto/service/SJPageResult.cs
index 0064430..819d93a 100644
--- a/StandardInterface/MES.Service/Dto/service/SJPageResult.cs
+++ b/StandardInterface/MES.Service/Dto/service/SJPageResult.cs
@@ -82,4 +82,24 @@
     /// </summary>
     [SugarColumn(ColumnName = "DAA008")]
     public decimal? Daa008 { get; set; }
+
+    [SugarColumn(ColumnName = "FSUBMIT")]
+    public decimal? Fsubmit { get; set; }
+
+    /// <summary>
+    ///     鐗╂枡ID
+    /// </summary>
+    [SugarColumn(ColumnName = "ITEM_ID")]
+    public decimal? ItemId { get; set; }
+
+    [SugarColumn(ColumnName = "SJ_MJ")]
+    public string? SJ_MJ { get; set; }
+    
+    [SugarColumn(IsIgnore = true)]
+    // 鏂板鍙傛暟鐢ㄤ簬鍔ㄦ�佹悳绱�
+    public int? selectedIndex { get; set; }  // 鎼滅储鏉′欢绱㈠紩
+    [SugarColumn(IsIgnore = true)]
+    public string? searchField { get; set; }  // 鎼滅储瀛楁鍚�
+    [SugarColumn(IsIgnore = true)]
+    public string? SearchValue { get; set; }  // 鎼滅储鍊�
 }
\ No newline at end of file

--
Gitblit v1.9.3