namespace JiLinApp.Docking.Military; public class MilitaryConfig { //public bool Enable { get; set; } public string Url { get; set; } public string UserName { get; set; } public string Password { get; set; } public int RequestRetryTime { get; set; } public int RequestRetryInterval { get; set; } }