From 9bc98adfcb5ec7ccf54a94f9cd2906d0351b72a5 Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期三, 16 十二月 2020 10:56:46 +0800 Subject: [PATCH] Update AndroidManifest.xml --- HDL_ON/DAL/Server/NewApiRes.cs | 37 +++++++++++++++++++++++++++++++++++++ 1 files changed, 37 insertions(+), 0 deletions(-) diff --git a/HDL_ON/DAL/Server/NewApiRes.cs b/HDL_ON/DAL/Server/NewApiRes.cs index d0bfa07..9b014e5 100644 --- a/HDL_ON/DAL/Server/NewApiRes.cs +++ b/HDL_ON/DAL/Server/NewApiRes.cs @@ -316,6 +316,10 @@ /// 鐧诲綍鍚� /// </summary> public string loginName; + /// <summary> + /// 鐢ㄦ埛澶村儚 + /// </summary> + public string memberHeadIcon; } @@ -332,6 +336,18 @@ } + /// <summary> + /// 鏇存柊涓汉澶村儚 + /// </summary> + [System.Serializable] + public class UpdateMemberHeadIconRes + { + /// <summary> + /// 鐢ㄦ埛澶村儚 + /// </summary> + public string memberHeadIcon; + + } /// <summary> /// 缁戝畾璁よ瘉(鎵嬫満/閭) @@ -379,6 +395,10 @@ /// 浣忓畢绫诲瀷 /// </summary> public string homeType; + /// <summary> + /// 涓嶈嚜鍔ㄧ敓鎴愰粯璁や綇瀹� + /// </summary> + public bool autoGenerate = false; } @@ -550,6 +570,23 @@ /// OFF_LINE(1,"涓嬬嚎"),; /// </summary> public string gatewayStatus; + /// <summary> + /// 缃戝叧鏄惁鍦ㄧ嚎 + /// </summary> + public bool GatewayOnline + { + get + { + if (gatewayStatus == "ON_LINE") + { + return true; + } + else + { + return false; + } + } + } ///// <summary> ///// -- Gitblit v1.8.0