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/QamftpDto.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/StandardInterface/MES.Service/Modes/QamftpDto.cs b/StandardInterface/MES.Service/Modes/QamftpDto.cs
index c1ba272..e09a42b 100644
--- a/StandardInterface/MES.Service/Modes/QamftpDto.cs
+++ b/StandardInterface/MES.Service/Modes/QamftpDto.cs
@@ -5,7 +5,7 @@
     public class QamftpDto
     {
         public decimal Id { get; set; }
-        public string ItemNo { get; set; }
+        public string itemNo { get; set; }
         public string Ftype { get; set; }
         public string Fattach { get; set; }
         public string Fversion { get; set; }
@@ -19,5 +19,6 @@
         public string LastupdateBy { get; set; }
         public DateTime? LastupdateDate { get; set; }
         public decimal? ItemId { get; set; }
+        public decimal? Pid { get; set; }
     }
 } 
\ No newline at end of file

--
Gitblit v1.9.3