From 0aa54059b26e6641196e9953490dd18616e916e3 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期三, 10 九月 2025 17:26:47 +0800
Subject: [PATCH] 精简修正代码

---
 entity/MesScthSqDetail.cs |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/entity/MesScthSqDetail.cs b/entity/MesScthSqDetail.cs
index c0d6e0f..5830f41 100644
--- a/entity/MesScthSqDetail.cs
+++ b/entity/MesScthSqDetail.cs
@@ -1,63 +1,63 @@
 锘縰sing SqlSugar;
 
-namespace MES.Service.Models;
+namespace NewPdaSqlServer.entity;
 
 /// <summary>
-/// 鐢熶骇閫�璐ф槑缁嗚〃瀹炰綋绫�
+///     鐢熶骇閫�璐ф槑缁嗚〃瀹炰綋绫�
 /// </summary>
 [SugarTable("MES_SCTH_SQ_DETAIL")]
 public class MesScthSqDetail
 {
     /// <summary>
-    /// 涓婚敭
+    ///     涓婚敭
     /// </summary>
     [SugarColumn(ColumnName = "ID")]
     public string Id { get; set; } // 浣跨敤string绫诲瀷鏉ュ瓨鍌╱niqueidentifier
 
     /// <summary>
-    /// 澶栭敭
+    ///     澶栭敭
     /// </summary>
     [SugarColumn(ColumnName = "MID")]
     public string Mid { get; set; } // 浣跨敤string绫诲瀷鏉ュ瓨鍌╱niqueidentifier
 
     /// <summary>
-    /// 鐗╂枡Id
+    ///     鐗╂枡Id
     /// </summary>
     [SugarColumn(ColumnName = "ITEM_ID")]
     public int ItemId { get; set; }
 
     /// <summary>
-    /// 鐢宠鏁伴噺
+    ///     鐢宠鏁伴噺
     /// </summary>
     [SugarColumn(ColumnName = "SQ_NUM")]
     public decimal SqNum { get; set; }
 
     /// <summary>
-    /// 宸叉壂鏁伴噺
+    ///     宸叉壂鏁伴噺
     /// </summary>
     [SugarColumn(ColumnName = "YS_NUM")]
     public decimal YsNum { get; set; }
 
     /// <summary>
-    /// 澶囨敞
+    ///     澶囨敞
     /// </summary>
     [SugarColumn(ColumnName = "REMARK")]
     public string Remark { get; set; }
 
     /// <summary>
-    /// 瀹岀粨
+    ///     瀹岀粨
     /// </summary>
     [SugarColumn(ColumnName = "IS_FINISH")]
     public bool IsFinish { get; set; }
 
     /// <summary>
-    /// 椤规
+    ///     椤规
     /// </summary>
     [SugarColumn(ColumnName = "ORDER_NO")]
     public int OrderNo { get; set; }
 
     /// <summary>
-    /// 鍏ュ簱GUID
+    ///     鍏ュ簱GUID
     /// </summary>
     [SugarColumn(ColumnName = "RKMX_GUID")]
     public string RkmxGuid { get; set; } // 浣跨敤string绫诲瀷鏉ュ瓨鍌╱niqueidentifier

--
Gitblit v1.9.3