From 8e5e2fb892df6cc8c61d7c03baa2412522ad11c4 Mon Sep 17 00:00:00 2001
From: xwt <2740516069@qq.com>
Date: 星期四, 25 九月 2025 19:17:11 +0800
Subject: [PATCH] SJ,XJ,RKJ优化
---
StandardInterface/MES.Service/Dto/service/XJPageResult.cs | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/StandardInterface/MES.Service/Dto/service/XJPageResult.cs b/StandardInterface/MES.Service/Dto/service/XJPageResult.cs
index 4acaf9d..9b5bd7a 100644
--- a/StandardInterface/MES.Service/Dto/service/XJPageResult.cs
+++ b/StandardInterface/MES.Service/Dto/service/XJPageResult.cs
@@ -13,4 +13,17 @@
public string? UserIndex { get; set; }
+ public string? fsubmit { get; set; }
+
+ /// <summary>
+ /// 鎼滅储鏉′欢绱㈠紩锛岀敤浜庢寚瀹氭悳绱㈠摢涓瓧娈�
+ /// 0: 宸ュ崟, 1: 妫�楠屽崟鍙�, 2: 浜х嚎, 3: 鐗╂枡缂栫爜, 4: 鐗╂枡鍚嶇О
+ /// </summary>
+ public int? selectedIndex { get; set; }
+
+ /// <summary>
+ /// 鎼滅储瀛楁鍚嶏紝鐢ㄤ簬鎸囧畾鎼滅储鍝釜瀛楁
+ /// </summary>
+ public string? searchField { get; set; }
+
}
\ No newline at end of file
--
Gitblit v1.9.3