Asoka.Wang 21f044712c 1
2025-08-27 18:39:19 +08:00

15 lines
310 B
C#

using System.ComponentModel;
namespace NPP.SmartSchedue.Api.Core.Consts;
/// <summary>
/// 数据库键名
/// </summary>
public class DbKeys
{
/// <summary>
/// 数据库注册键
/// </summary>
[Description("数据库注册键")]
public static string AppDb { get; set; } = "appdb";
}