Browse Source

删除文件 Admin.NET/Admin.NET.Application/Const/TestConst.cs

rqc 3 years ago
parent
commit
12e7b38ed7
1 changed files with 0 additions and 14 deletions
  1. 0 14
      Admin.NET/Admin.NET.Application/Const/TestConst.cs

+ 0 - 14
Admin.NET/Admin.NET.Application/Const/TestConst.cs

@@ -1,14 +0,0 @@
-namespace Admin.NET.Application.Const;
-
-public class ApplicationConst
-{
-    /// <summary>
-    /// API分组名称
-    /// </summary>
-    public const string GroupName = "我的业务";
-
-    /// <summary>
-    /// 数据库标识
-    /// </summary>
-    public const string ConfigId = "Test";
-}