From eda0c8f74ce453b6e43f88fc92b1e651ce5b6095 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期四, 13 二月 2025 13:46:33 +0800
Subject: [PATCH] 1.条码表实体类型调整 2.条码库存表实体新增基础字段 3.期初入库新增入库人

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

diff --git a/entity/LLJView.cs b/entity/LLJView.cs
index 11013c8..7b5d86c 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>
     ///     瀹℃牳鏍囪瘑

--
Gitblit v1.9.3