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