From dabfdd9dbf0364b1134daaad86af7e13f6437295 Mon Sep 17 00:00:00 2001
From: xwt <2740516069@qq.com>
Date: 星期四, 30 十月 2025 12:40:30 +0800
Subject: [PATCH] XJ,SJ,RKJ检验项目序号,LLJ单个检验项目FTP附件信息
---
StandardInterface/MES.Service/Dto/service/SJPageResult.cs | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/StandardInterface/MES.Service/Dto/service/SJPageResult.cs b/StandardInterface/MES.Service/Dto/service/SJPageResult.cs
index b872b61..a033419 100644
--- a/StandardInterface/MES.Service/Dto/service/SJPageResult.cs
+++ b/StandardInterface/MES.Service/Dto/service/SJPageResult.cs
@@ -114,4 +114,16 @@
public string? searchField { get; set; } // 鎼滅储瀛楁鍚�
[SugarColumn(IsIgnore = true)]
public string? SearchValue { get; set; } // 鎼滅储鍊�
+
+ /// <summary>
+ /// 杞﹂棿ID锛岀敤浜嶲C绛涢��
+ /// </summary>
+ [SugarColumn(IsIgnore = true)]
+ public string? departmentId { get; set; }
+
+ /// <summary>
+ /// 绾夸綋ID锛岀敤浜嶲C绛涢��
+ /// </summary>
+ [SugarColumn(IsIgnore = true)]
+ public string? lineId { get; set; }
}
\ No newline at end of file
--
Gitblit v1.9.3