From 2f4699ff377f0e5ea3640bb3670b2fbfbd56e3fb Mon Sep 17 00:00:00 2001
From: tjx <t2856754968@163.com>
Date: 星期四, 13 十一月 2025 10:47:58 +0800
Subject: [PATCH] 格式化清理代码

---
 StandardPda/MES.Service/Modes/Womcaa.cs |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/StandardPda/MES.Service/Modes/Womcaa.cs b/StandardPda/MES.Service/Modes/Womcaa.cs
index 5e79c15..08cf3ff 100644
--- a/StandardPda/MES.Service/Modes/Womcaa.cs
+++ b/StandardPda/MES.Service/Modes/Womcaa.cs
@@ -11,7 +11,8 @@
     /// <summary>
     ///     鑷鍒�
     /// </summary>
-    [SugarColumn(ColumnName = "ID", OracleSequenceName = "SEQ_CAA", IsPrimaryKey = true)]
+    [SugarColumn(ColumnName = "ID", OracleSequenceName = "SEQ_CAA",
+        IsPrimaryKey = true)]
     public decimal Id { get; set; }
 
     /// <summary>
@@ -513,7 +514,7 @@
     public decimal? Isforcewholeset { get; set; }
 
     /// <summary>
-    ///    鍒嗗壊鍓嶅師璁㈠崟缂栧彿
+    ///     鍒嗗壊鍓嶅師璁㈠崟缂栧彿
     /// </summary>
     [SugarColumn(ColumnName = "PREVMO")]
     public string? PREVMO { get; set; }

--
Gitblit v1.9.3