namespace FileUploader.Models;
public class SystemSetting
{
public string SyncDir { get; set; }
public int TaskCount { get; set; }
}