From 8b7abd97e7b69800789134ed8e809e19a5b5ba74 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期三, 17 九月 2025 00:30:27 +0800
Subject: [PATCH] 111

---
 entity/MesScthSq.cs |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/entity/MesScthSq.cs b/entity/MesScthSq.cs
index a7f39dd..4f9af30 100644
--- a/entity/MesScthSq.cs
+++ b/entity/MesScthSq.cs
@@ -1,93 +1,93 @@
 锘縰sing SqlSugar;
 
-namespace MES.Service.Models;
+namespace NewPdaSqlServer.entity;
 
 /// <summary>
-/// 鐢熶骇閫�璐ц〃瀹炰綋绫�
+///     鐢熶骇閫�璐ц〃瀹炰綋绫�
 /// </summary>
 [SugarTable("MES_SCTH_SQ")]
 public class MesScthSq
 {
     /// <summary>
-    /// 涓婚敭guid
+    ///     涓婚敭guid
     /// </summary>
     [SugarColumn(ColumnName = "ID")]
     public string Id { get; set; } // 浣跨敤string绫诲瀷鏉ュ瓨鍌╱niqueidentifier
 
     /// <summary>
-    /// 鍗曞彿
+    ///     鍗曞彿
     /// </summary>
     [SugarColumn(ColumnName = "BILL_NO")]
     public string BillNo { get; set; }
 
     /// <summary>
-    /// 寤虹珛鑰�
+    ///     寤虹珛鑰�
     /// </summary>
     [SugarColumn(ColumnName = "CREATE_BY")]
     public string CreateBy { get; set; }
 
     /// <summary>
-    /// 寤虹珛鏃堕棿
+    ///     寤虹珛鏃堕棿
     /// </summary>
     [SugarColumn(ColumnName = "CREATE_DATE")]
     public DateTime? CreateDate { get; set; }
 
     /// <summary>
-    /// 鏇存柊鑰�
+    ///     鏇存柊鑰�
     /// </summary>
     [SugarColumn(ColumnName = "LAST_UPDATE_USER")]
     public string LastUpdateUser { get; set; }
 
     /// <summary>
-    /// 鏇存柊鏃堕棿
+    ///     鏇存柊鏃堕棿
     /// </summary>
     [SugarColumn(ColumnName = "LAST_UPDATE_TIME")]
     public DateTime? LastUpdateTime { get; set; }
 
     /// <summary>
-    /// 瀹℃牳鑰�
+    ///     瀹℃牳鑰�
     /// </summary>
     [SugarColumn(ColumnName = "CHECK_USER")]
     public string CheckUser { get; set; }
 
     /// <summary>
-    /// 瀹℃牳鏃堕棿
+    ///     瀹℃牳鏃堕棿
     /// </summary>
     [SugarColumn(ColumnName = "CHECK_DATE")]
     public DateTime? CheckDate { get; set; }
 
     /// <summary>
-    /// 鐘舵��
+    ///     鐘舵��
     /// </summary>
     [SugarColumn(ColumnName = "STATUS")]
     public bool Status { get; set; }
 
     /// <summary>
-    /// 瀹屾垚鏍囪瘑
+    ///     瀹屾垚鏍囪瘑
     /// </summary>
     [SugarColumn(ColumnName = "IS_FINISH")]
     public bool IsFinish { get; set; }
 
     /// <summary>
-    /// 閫�璐у師鍥�
+    ///     閫�璐у師鍥�
     /// </summary>
     [SugarColumn(ColumnName = "RETURN_TYPE")]
     public string ReturnType { get; set; }
 
     /// <summary>
-    /// 浠撳簱
+    ///     浠撳簱
     /// </summary>
     [SugarColumn(ColumnName = "DEPOT_ID")]
     public int DepotId { get; set; }
 
     /// <summary>
-    /// 鐢宠澶囨敞
+    ///     鐢宠澶囨敞
     /// </summary>
     [SugarColumn(ColumnName = "REMARK")]
     public string Remark { get; set; }
 
     /// <summary>
-    /// 缁勭粐
+    ///     缁勭粐
     /// </summary>
     [SugarColumn(ColumnName = "TH_ORG_ID")]
     public string ThOrgId { get; set; }

--
Gitblit v1.9.3