namespace Ropin.Environmentally.DcsService.AppSetingModel { public class IniInfluxDB { public string infuxUrl { get; set; } public string infuxUser { get; set; } public string infuxPwd { get; set; } } }