From cd0efc3fa465e65d9c5786e8e1c94d41da65ccb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AB=A5=E6=AF=93=E6=B3=BD?= <13204402429@stu.ecnu.edu.cn> Date: Sun, 17 Jan 2021 21:39:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20'Keys.cs'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Keys.cs | 50 -------------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 Keys.cs diff --git a/Keys.cs b/Keys.cs deleted file mode 100644 index e41dfff..0000000 --- a/Keys.cs +++ /dev/null @@ -1,50 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Text; - -/// -///Keys 的摘要说明 -/// -namespace Basic -{ - public class Keys - { - //系统版本 - /// - /// 版本号全称 - /// - public const string ASSEMBLY_VERSION = "2.0.0"; - //File====================================================== - /// - /// 站点配置文件名 - /// - public const string FILE_SITE_XML_CONFING = "Configpath"; - - /// - /// 站点配置 - /// - public const string CACHE_SITE_CONFIG = "key_cache_site_config"; - - /// - /// 验证码 - /// - public const string SESSION_CODE = "key_session_code"; - /// - /// 后台管理员 - /// - public const string SESSION_ADMIN_INFO = "key_session_admin_info"; - - /// - /// 客户端站点配置 - /// - public const string CACHE_SITE_CONFIG_CLIENT = "qz_cache_site_client_config"; - - /// - /// 会员信息 - /// - public const string SESSION_USER_INFO = "key_session_user_info"; - - } -} \ No newline at end of file