| | |
| | | /// 获取数据库连接字符串 |
| | | /// </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================================================================================ |
| | |
| | | |
| | | #endregion |
| | | |
| | | |
| | | |
| | | #region CyinOs 川印系统相关配置 |
| | | /// <summary> |
| | | /// 公司ID |
| | | /// </summary> |
| | | public static readonly string CyOsFirmIds= AppSettingsHelper.GetContent("CyinOs", "FirmIds"); |
| | | /// <summary> |
| | | /// 职位名称 |
| | | /// </summary> |
| | | public static readonly string CyOsSMPost = AppSettingsHelper.GetContent("CyinOs", "SM_Post"); |
| | | /// <summary> |
| | | /// 川印服务地址 |
| | | /// </summary> |
| | | public static readonly string CYOAHttps = AppSettingsHelper.GetContent("CyinOs", "CYOAHttps"); |
| | | #endregion |
| | | |
| | | } |
| | | } |