From 347a4c4ec6b65aeb29d8af0ad43d5d7c5ffab5a9 Mon Sep 17 00:00:00 2001
From: sjz <1240968267@qq.com>
Date: 星期三, 04 六月 2025 09:03:20 +0800
Subject: [PATCH] 生产订单变更修改

---
 MES.Service/Modes/SentLaboratory/UpdateMesQmsSample.cs |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/MES.Service/Modes/SentLaboratory/UpdateMesQmsSample.cs b/MES.Service/Modes/SentLaboratory/UpdateMesQmsSample.cs
index 2f0ec86..1b4786f 100644
--- a/MES.Service/Modes/SentLaboratory/UpdateMesQmsSample.cs
+++ b/MES.Service/Modes/SentLaboratory/UpdateMesQmsSample.cs
@@ -3,7 +3,7 @@
 
 namespace MES.Service.Modes.SentLaboratory;
 
-//寮備骇鍝佹娴嬪崟琛�
+//浜у搧妫�娴嬪崟琛�
 [SugarTable("MES_QMS_SAMPLE")]
 public class UpdateMesQmsSample
 {
@@ -143,4 +143,12 @@
     [SugarColumn(ColumnName = "JYDH")]
     public string? JYDH { get; set; }
 
+    //閫佹鐘舵��
+    [SugarColumn(ColumnName = "IS_SUBMIT")]
+    public decimal? IsSubmit { get; set; }
+
+    //缁勫悎鏍囪瘑
+    [SugarColumn(ColumnName = "ZH_BS")]
+    public string? ZHBS { get; set; }
+
 }

--
Gitblit v1.9.3