From 6d73bf6e816570291865674bef8bce8972e4de3f Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期三, 01 十二月 2021 16:32:57 +0800 Subject: [PATCH] 2021-12-01-01 --- HDL_ON/DAL/Server/NewApiRes.cs | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/HDL_ON/DAL/Server/NewApiRes.cs b/HDL_ON/DAL/Server/NewApiRes.cs index a5a3fc7..055a093 100644 --- a/HDL_ON/DAL/Server/NewApiRes.cs +++ b/HDL_ON/DAL/Server/NewApiRes.cs @@ -1067,6 +1067,15 @@ /// 杞欢鏉ユ簮锛孍voyo銆丱N銆丱N_Plus /// </summary> public string software = SoftwareType.ON_Plus.ToString(); + /// <summary> + /// 灏忓尯codes锛堜笉浼狅紝榛樿缁戝畾鎵�鏈変綇瀹呭拰灏忓尯鐨勬帹閫侊級 + /// </summary> + public List<string> communityCodes; + /// <summary> + /// 鎸囧畾鎺ㄩ�佽瑷� 锛堢洰鍓嶈鍙傛暟杩樻病鐢級 + /// 2021-09-13 澧炲姞褰撳墠APP浣跨敤鐨勮瑷�鍙傛暟锛� 鐩墠浜戠鎺ュ彛杩樻病鏀寔 + /// </summary> + public string languageType; } /// <summary> @@ -1116,6 +1125,10 @@ /// 娑堟伅璁板綍Id /// </summary> public string msgId; + /// <summary> + /// 鍒犻櫎鐗╀笟鍏憡瑕佽繖涓� + /// </summary> + public string pushType; } -- Gitblit v1.8.0