| | |
| | | /// 获取数据库连接字符串 |
| | | /// </summary> |
| | | public static readonly string DbSqlConnection = AppSettingsHelper.GetContent("ConnectionStrings", "SqlConnection"); |
| | | |
| | | /// <summary> |
| | | /// 川印数据库连字符串 |
| | | /// </summary> |
| | | public static readonly string CyDbSqlConnection = AppSettingsHelper.GetContent("CyConnectionStrings", "SqlConnection"); |
| | | /// <summary> |
| | | /// 获取数据库类型 |
| | | /// </summary> |
| | | public static readonly string DbDbType = AppSettingsHelper.GetContent("ConnectionStrings", "DbType"); |
| | | |
| | | /// <summary> |
| | | /// 川印数据库配置ID /// |
| | | /// </summary> |
| | | public static readonly string CYDbDbID = AppSettingsHelper.GetContent("CyConnectionStrings", "configId"); |
| | | /// <summary> |
| | | /// 川印数据库连类型 |
| | | /// </summary> |
| | | public static readonly string CyDbDbType = AppSettingsHelper.GetContent("CyConnectionStrings", "DbType"); |
| | | #endregion |
| | | |
| | | #region redis================================================================================ |