You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
350 B
C#

namespace NPin.Framework.Upms.Domain.Shared.Consts;
public class ConfigConst
{
/// <summary>
/// 系统配置前缀
/// </summary>
public const string SysConfigPrefix = "Sys";
public const string AliyunConfigKey = "Aliyun";
public const string TencentConfigKey = "Tencent";
public const string SmsConfigKey = "Sms";
}