From 6c8e038aad394c1e91c8c046d3de25dc8e84ecbe Mon Sep 17 00:00:00 2001
From: lg <999544862qq.com>
Date: 星期日, 01 九月 2024 09:31:27 +0800
Subject: [PATCH] 优化

---
 WebApi/Gs.Toolbox/ApiCore/Group/ApiGroupNames.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/WebApi/Gs.Toolbox/ApiCore/Group/ApiGroupNames.cs b/WebApi/Gs.Toolbox/ApiCore/Group/ApiGroupNames.cs
index e547600..be658fd 100644
--- a/WebApi/Gs.Toolbox/ApiCore/Group/ApiGroupNames.cs
+++ b/WebApi/Gs.Toolbox/ApiCore/Group/ApiGroupNames.cs
@@ -5,14 +5,14 @@
     /// </summary>
     public enum ApiGroupNames
     {
-        [GroupInfo(Title = "Demo妯″潡", Description = "Demo婕旂ず鐢�")]
-        Demo,
         [GroupInfo(Title = "鐢ㄦ埛妯″潡", Description = "鐢ㄦ埛锛屾潈闄愶紝瑙掕壊锛岃彍鍗曠鐞嗐�侀儴闂ㄧ鐞�")]
         Auth,
         [GroupInfo(Title = "浠撳簱妯″潡", Description = "搴撳瓨锛岀洏鐐�")]
         PerMission,
         [GroupInfo(Title = "閲囪喘妯″潡", Description = "閲囪喘璁㈠崟")]
         BillCode20,
-       
+        [GroupInfo(Title = "Demo妯″潡", Description = "Demo婕旂ず鐢�")]
+        Demo,
+
     }
 }

--
Gitblit v1.9.3