From 349f2f66fdac1a2d64e0c99201b7f09579470714 Mon Sep 17 00:00:00 2001
From: xwt <2740516069@qq.com>
Date: 星期四, 16 十月 2025 14:26:31 +0800
Subject: [PATCH] SJ,XJ,RKJ检验项单独拍照+提交限制

---
 StandardInterface/MES.Service/Modes/QsItemIpiItemDetail.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/StandardInterface/MES.Service/Modes/QsItemIpiItemDetail.cs b/StandardInterface/MES.Service/Modes/QsItemIpiItemDetail.cs
index 0d1c504..63bff91 100644
--- a/StandardInterface/MES.Service/Modes/QsItemIpiItemDetail.cs
+++ b/StandardInterface/MES.Service/Modes/QsItemIpiItemDetail.cs
@@ -88,4 +88,6 @@
     [SugarColumn(IsIgnore = true)] public decimal? IsPass { get; set; }
 
     [SugarColumn(IsIgnore = true)] public int? count { get; set; }
+    
+    [SugarColumn(IsIgnore = true)] public int? startIndex { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.3