From 4f7b007a9e0de9dac35c8c81e6e32f9ab6fee5c8 Mon Sep 17 00:00:00 2001
From: wxw <Administrator@DESKTOP-5BIMHQ3>
Date: 星期四, 26 九月 2024 08:47:29 +0800
Subject: [PATCH] Merge branch 'wxw'

---
 Wms/Model/InterFaceModel/HttpModel.cs |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/Wms/Model/InterFaceModel/HttpModel.cs b/Wms/Model/InterFaceModel/HttpModel.cs
index 9040f1a..57c5de1 100644
--- a/Wms/Model/InterFaceModel/HttpModel.cs
+++ b/Wms/Model/InterFaceModel/HttpModel.cs
@@ -49,8 +49,9 @@
         /// </summary>
         public string message { get; set; }
     }
+    
     /// <summary>
-    /// Mes浠ょ墝Model
+    /// 鎺ユ敹Mes浠ょ墝Model
     /// </summary>
     public class MesTokenModel
     {
@@ -78,15 +79,17 @@
         
     }
 
+    /// <summary>
+    /// 鎺ユ敹MES浠ょ墝token鍊糓doel
+    /// </summary>
     public class GetTokenModel
     {
         public string token { get; set; }
         public string expire_time { get; set; }
     }
 
-
     /// <summary>
-    /// 閲婃斁澶囨枡鍖哄偍浣嶇姸鎬丮odel
+    /// 鎺ユ敹閲婃斁澶囨枡鍖哄偍浣嶇姸鎬丮odel
     /// </summary>
     public class UpLocateModel
     {

--
Gitblit v1.8.0