From e2778527b8db64879a5080a64669e5dd9ab016d2 Mon Sep 17 00:00:00 2001
From: tjx <t2856754968@163.com>
Date: 星期五, 05 十二月 2025 13:32:04 +0800
Subject: [PATCH] 111

---
 StandardPda/MES.Service/Modes/MesUnit.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/StandardPda/MES.Service/Modes/MesUnit.cs b/StandardPda/MES.Service/Modes/MesUnit.cs
index 2e414e2..7a7a9c5 100644
--- a/StandardPda/MES.Service/Modes/MesUnit.cs
+++ b/StandardPda/MES.Service/Modes/MesUnit.cs
@@ -9,7 +9,7 @@
 public class MesUnit
 {
     /// <summary>
-    ///     BASEINFO
+    ///     涓婚敭ID
     /// </summary>
     [SugarColumn(ColumnName = "ID", IsPrimaryKey = true)]
     public decimal Id { get; set; }
@@ -63,11 +63,13 @@
     public string? LastupdateBy { get; set; }
 
     /// <summary>
+    ///     鍏徃缂栧彿
     /// </summary>
     [SugarColumn(ColumnName = "COMPANY")]
     public string? Company { get; set; }
 
     /// <summary>
+    ///     宸ュ巶缂栧彿
     /// </summary>
     [SugarColumn(ColumnName = "FACTORY")]
     public string? Factory { get; set; }

--
Gitblit v1.9.3