From 004a418bd6674d62d06587030e29897ce430f0f2 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期三, 30 四月 2025 15:57:04 +0800
Subject: [PATCH] 1.异常处置单推送OA 2.现场管理新增现场收料的条码查询功能

---
 entity/LLJView.cs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/entity/LLJView.cs b/entity/LLJView.cs
index 7b5d86c..eb7e7ad 100644
--- a/entity/LLJView.cs
+++ b/entity/LLJView.cs
@@ -152,4 +152,10 @@
     /// </summary>
     [SugarColumn(ColumnName = "F_TYPE")]
     public bool? Ftype { get; set; }
+
+    /// <summary>
+    ///     濮斿鏍囪瘑锛�0锛氶噰璐� 銆�1锛氬澶栵級
+    /// </summary>
+    [SugarColumn(ColumnName = "remarks")]
+    public string? Remarks { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.3