using Learn.Utils; namespace Learn.Config; [ConfigItem("APP")] public class AppConfig : IConfigItem { public string ScanPath { get; set; } = ""; }