25 lines
828 B
C#
25 lines
828 B
C#
namespace YLErp.DBModels.Consts
|
|
{
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public static class ConsAppConfig
|
|
{
|
|
public const string ProjectConfig = "ProjectConfig";
|
|
public const string SendMailConfig = "Erp.SendMailConfig";
|
|
public const string OtcFormatConfig = "Erp.OtcFormatConfig";
|
|
public const string YLErpWebUrlConfig = "Erp.YLErpWebUrl";
|
|
/// <summary>
|
|
/// 证券业报送中场外交易收益说明
|
|
/// </summary>
|
|
public const string ReportDescOption = "ReportDescOption";
|
|
/// <summary>
|
|
/// 证券业报送中互换交易收益说明
|
|
/// </summary>
|
|
public const string ReportDescSwap = "ReportDescSwap";
|
|
|
|
public const string System = "System";
|
|
public const string AdminPwd = "AdminPwd";
|
|
}
|
|
}
|