FieldWorkClient/Models/SystemSetting.cs

7 lines
144 B
C#
Raw Normal View History

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