namespace molilian.core { public class TkConfigDTO { public int id { get; set; } public int ignorePercentage { get; set; } = 0; public int jdIgnorePercentage { get; set; } = 0; public string pass_salt { get; set; } = string.Empty; public string ignorePercentageCity { get; set; } = string.Empty; public int fake_click_min { get; set; } public int fake_click_max { get; set; } public int fake_click_ttl { get; set; } = 86400; } }