class CommonVariables { static bool isNetWorkOn = false; // 企业微信客服拉起的url地址 static String wxKfUrl = "https://work.weixin.qq.com/kfid/kfc7d2337b9c07b1269"; // 企业微信ID static String wxCorpId = "ww51feda6026280cd0"; //ICP备案号 static String ICPRightCode = "皖ICP备2024068219号-1A"; //公司名称 static String enterpriseName = "合肥眠花糖家具有限责任公司"; //备案时间 static String ICPTime = "2022-2025"; static Map callMap = {}; }