From f2b71fe1d3c2b7651d525a5b5bbe66fad602ea06 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期二, 09 九月 2025 18:46:28 +0800
Subject: [PATCH] 代码清理

---
 WebApi/Gs.Entity/BaseInfo/MesWorkshopLine.cs |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/WebApi/Gs.Entity/BaseInfo/MesWorkshopLine.cs b/WebApi/Gs.Entity/BaseInfo/MesWorkshopLine.cs
index 8c5c09d..c5a3d7f 100644
--- a/WebApi/Gs.Entity/BaseInfo/MesWorkshopLine.cs
+++ b/WebApi/Gs.Entity/BaseInfo/MesWorkshopLine.cs
@@ -68,14 +68,14 @@
     public bool? IsStatus { get; set; }
 
     /// <summary>
-    ///    绾夸綋绫诲埆
+    ///     绾夸綋绫诲埆
     /// </summary>
     [SugarColumn(ColumnName = "line_type")]
     public string? LineType { get; set; }
 
 
     /// <summary>
-    ///    鏁寸嚎鎶ュ伐
+    ///     鏁寸嚎鎶ュ伐
     /// </summary>
     [SugarColumn(ColumnName = "is_zxbg")]
     public bool? isZxbg { get; set; }
@@ -87,7 +87,6 @@
     public string FSubsidiary { get; set; }
 
     /// <summary>
-    ///      
     /// </summary>
     [SugarColumn(IsIgnore = true)]
     public string departName { get; set; }

--
Gitblit v1.9.3