Commit 23be6fec authored by 吴春's avatar 吴春

提交代码

parent 93906b46
......@@ -504,5 +504,16 @@ namespace Mall.Common
return new ConfigurationBuilder().Add(new JsonConfigurationSource { Path = "appsettings.json" }).Build().GetSection("SettlementRate").Value;
}
}
/// <summary>
/// 资产管理数据库
/// </summary>
public static string PropertyDB
{
get
{
return new ConfigurationBuilder().Add(new JsonConfigurationSource { Path = "appsettings.json" }).Build().GetSection("PropertyDB").Value;
}
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment