using System; using System.Collections.Generic; using System.Text; namespace DllEapEntity { /// /// 状态显示配置文件 /// public class XqMainFrameConfig { /// /// WebApi服务地址URL /// public string WebapiUrl { get; set; } = "http://localhost:18531"; /// /// EAP数据库代码 /// public string EapDbCode { get; set; } = "Eap"; } }