namespace StorageServer.Models; public class SettingModel { public string DBFilePath { get; set; } public string SavePath { get; set; } }