From 671b60339271875c3d15357e7c792727d67e6c91 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期二, 06 五月 2025 09:46:54 +0800
Subject: [PATCH] 1.现场收料 2.MES->OA优化 3.采购入库新增日志。

---
 entity/LLJView.cs |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/entity/LLJView.cs b/entity/LLJView.cs
index 11013c8..eb7e7ad 100644
--- a/entity/LLJView.cs
+++ b/entity/LLJView.cs
@@ -9,13 +9,11 @@
 public class LLJView
 {
     /// <summary>
-    ///  
-    ///</summary>
+    /// </summary>
     [SugarColumn(ColumnName = "guid")]
     public Guid guid { get; set; }
-    
-    [SugarColumn(ColumnName = "fsubmit")]
-    public int? fsubmit{ get; set; }
+
+    [SugarColumn(ColumnName = "fsubmit")] public int? fsubmit { get; set; }
 
     /// <summary>
     ///     瀹℃牳鏍囪瘑
@@ -154,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