From 8685c8e96eeeaa262044f0fdc7827e645f5e22a0 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期一, 23 十二月 2024 21:50:07 +0800
Subject: [PATCH] 111

---
 entity/MesItemTblDetail.cs |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/entity/MesItemTblDetail.cs b/entity/MesItemTblDetail.cs
index 7ed7db8..5a32b40 100644
--- a/entity/MesItemTblDetail.cs
+++ b/entity/MesItemTblDetail.cs
@@ -95,11 +95,9 @@
     [SugarColumn(ColumnName = "tld012")]
     public int? Tld012 { get; set; }
 
-    [SugarColumn(IsIgnore = true)]
-    public string? BillNo { get; set; }
+    [SugarColumn(IsIgnore = true)] public string? BillNo { get; set; }
 
-    [SugarColumn(IsIgnore = true)]
-    public string? ItemNo { get; set; }
+    [SugarColumn(IsIgnore = true)] public string? ItemNo { get; set; }
 
     /// <summary>
     ///     鐗╂枡鍚嶇О
@@ -107,6 +105,5 @@
     [SugarColumn(IsIgnore = true)]
     public string? ItemName { get; set; }
 
-    [SugarColumn(IsIgnore = true)]
-    public string ItemModel { get; set; }
+    [SugarColumn(IsIgnore = true)] public string ItemModel { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.3