From 47b376ae5476c38d9fdbc5b5ab07e70b8ae6a302 Mon Sep 17 00:00:00 2001 From: xwt <2740516069@qq.com> Date: 星期四, 31 七月 2025 15:34:47 +0800 Subject: [PATCH] 钉钉流程修改 --- StandardInterface/MES.Service/Dto/service/SJPageResult.cs | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/StandardInterface/MES.Service/Dto/service/SJPageResult.cs b/StandardInterface/MES.Service/Dto/service/SJPageResult.cs index 5aa2d22..f662c90 100644 --- a/StandardInterface/MES.Service/Dto/service/SJPageResult.cs +++ b/StandardInterface/MES.Service/Dto/service/SJPageResult.cs @@ -91,4 +91,12 @@ [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