From 8ec9fab52eea2b110ad4e1a0b2300fead0018cd1 Mon Sep 17 00:00:00 2001
From: tjx <t2856754968@163.com>
Date: 星期日, 21 十二月 2025 15:20:36 +0800
Subject: [PATCH] 1111

---
 StandardPda/MES.Service/Dto/service/CCLoginDto.cs |   26 ++++++++++++--------------
 1 files changed, 12 insertions(+), 14 deletions(-)

diff --git a/StandardPda/MES.Service/Dto/service/CCLoginDto.cs b/StandardPda/MES.Service/Dto/service/CCLoginDto.cs
index 0b8939d..574b33d 100644
--- a/StandardPda/MES.Service/Dto/service/CCLoginDto.cs
+++ b/StandardPda/MES.Service/Dto/service/CCLoginDto.cs
@@ -1,16 +1,14 @@
-锘縩amespace MES.Service.Dto.service
+锘縩amespace MES.Service.Dto.service;
+
+public class CCLoginDto
 {
-    public class CCLoginDto
-    {
-        /// <summary>
-        /// 浜ф祴鐧诲綍鍙�
-        /// </summary>
-        public string LoginId { get; set; }
+    /// <summary>
+    ///     浜ф祴鐧诲綍鍙�
+    /// </summary>
+    public string LoginId { get; set; }
 
-        /// <summary>
-        /// 绾夸綋
-        /// </summary>
-        public string LineId { get; set; }
-
-    }
-}
+    /// <summary>
+    ///     绾夸綋
+    /// </summary>
+    public string LineId { get; set; }
+}
\ No newline at end of file

--
Gitblit v1.9.3