From e80da1ea0baacf0cf324f1f6b699490d67cbb565 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期四, 12 九月 2024 09:05:37 +0800
Subject: [PATCH] 来料检验:分页查询增加排序,增加提交功能

---
 MES.Service/Modes/MesRohIn.cs |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/MES.Service/Modes/MesRohIn.cs b/MES.Service/Modes/MesRohIn.cs
index be2d3ef..abdfd74 100644
--- a/MES.Service/Modes/MesRohIn.cs
+++ b/MES.Service/Modes/MesRohIn.cs
@@ -28,7 +28,7 @@
     public string? DocumentStatus { get; set; }
 
     /// <summary>
-    ///     鍗曟嵁绫诲瀷 1銆侀噰璐� 2銆佸澶�
+    ///     鍗曟嵁绫诲瀷
     /// </summary>
     [SugarColumn(ColumnName = "DOCUMENT_TYPE")]
     public string? DocumentType { get; set; }
@@ -236,6 +236,12 @@
     /// <summary>
     ///     鑷畾涔夊瓧娈�1
     /// </summary>
+    [SugarColumn(ColumnName = "changereason")]
+    public string? Changereason { get; set; }
+
+    /// <summary>
+    ///     鑷畾涔夊瓧娈�1
+    /// </summary>
     [SugarColumn(ColumnName = "REMARK1")]
     public string? Remark1 { get; set; }
 

--
Gitblit v1.9.3