From 3aa86eda8f416bec308d065689d39c847d2d9cc7 Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期二, 30 一月 2024 19:48:26 +0800 Subject: [PATCH] 2024年01月30日19:44:13 --- app/src/main/java/com/hdl/photovoltaic/config/UserConfigManage.java | 73 ++++++++++++++++++++++++++++++++++++ 1 files changed, 72 insertions(+), 1 deletions(-) diff --git a/app/src/main/java/com/hdl/photovoltaic/config/UserConfigManage.java b/app/src/main/java/com/hdl/photovoltaic/config/UserConfigManage.java index 30255a7..6602b66 100644 --- a/app/src/main/java/com/hdl/photovoltaic/config/UserConfigManage.java +++ b/app/src/main/java/com/hdl/photovoltaic/config/UserConfigManage.java @@ -77,7 +77,78 @@ //杩滅▼杩炴帴鐨凪qtt鐨勫鎴风ID public String connEmqClientId; //褰撳墠鐧诲綍鐨勮处鍙锋槸涓嶆槸涔嬪墠鐨勮处鍙� - public boolean theSameLoginAccount; + private boolean theSameLoginAccount; + + //缁戝畾鎵嬫満鍙� + private String bingPhone; + //缁戝畾閭 + private String bingEmail; + + //娓╁害鍗曚綅(C鎽勬皬搴�;F=鍗庢皬搴�) + private String temperature_unit = "鈩�"; + + //app褰撳墠鐨勮瑷� + private String currentAppLanguage; + + + /// <summary> + /// 娉ㄥ唽鏋佸厜ID + /// </summary> + public String registrationID; + /// <summary> + /// 娣诲姞鏋佸厜ID鍒颁簯绔垚鍔熸椂杩斿洖鐨� + /// </summary> + public String pushId; + + + public String getRegistrationID() { + return registrationID == null ? "" : registrationID; + } + + public void setRegistrationID(String registrationID) { + this.registrationID = registrationID; + } + + public String getPushId() { + return pushId == null ? "" : pushId; + } + + public void setPushId(String pushId) { + this.pushId = pushId; + } + + public String getCurrentAppLanguage() { + return currentAppLanguage; + } + + public void setCurrentAppLanguage(String currentAppLanguage) { + this.currentAppLanguage = currentAppLanguage; + } + + public String getTemperature_unit() { + return temperature_unit; + } + + public void setTemperature_unit(String temperature_unit) { + this.temperature_unit = temperature_unit; + } + + public String getBingPhone() { + return bingPhone == null ? "" : bingPhone; + } + + public void setBingPhone(String bingPhone) { + this.bingPhone = bingPhone; + } + + + public String getBingEmail() { + return bingEmail == null ? "" : bingEmail; + } + + public void setBingEmail(String bingEmail) { + this.bingEmail = bingEmail; + } /** * 鐢ㄦ埛鍚嶇О -- Gitblit v1.8.0