From 30ebeb780347d7cfd076edac9a0ccf90c7edc7b9 Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期一, 30 八月 2021 10:39:23 +0800
Subject: [PATCH] 新风单控

---
 HDL_ON/DAL/Server/NewApiRes.cs |   56 ++++++++++++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 48 insertions(+), 8 deletions(-)

diff --git a/HDL_ON/DAL/Server/NewApiRes.cs b/HDL_ON/DAL/Server/NewApiRes.cs
index 21f66ff..a5a3fc7 100644
--- a/HDL_ON/DAL/Server/NewApiRes.cs
+++ b/HDL_ON/DAL/Server/NewApiRes.cs
@@ -49,6 +49,17 @@
         public string regionUrl;
     }
 
+    /// <summary>
+    /// 鍒嗛〉
+    /// </summary>
+    public class BasePagingObj
+    {
+        public int totalCount = 0;
+        public int totalPage = 0;
+        public int pageNo = 0;
+        public int pageSize = 0;
+    }
+
     #endregion
 
     #region  鈻� 鐧诲綍 ____________________________
@@ -449,7 +460,7 @@
         /// <summary>
         /// 浣忓畢鍦板潃
         /// </summary>
-        public string Address;
+        public string homeAddress;
     }
 
 
@@ -1085,6 +1096,14 @@
         /// ""锛氬叏閮紱Default锛氬垎浜笌鍔熻兘锛汚larm锛氭姤璀︾被锛汸rompt锛氱郴缁熸秷鎭�
         /// </summary>
         public string pushType;
+        /// <summary>
+        ///  椤甸潰澶у皬
+        /// </summary>
+        public int pageSize = 100;
+        /// <summary>
+        ///  椤甸潰搴忓彿
+        /// </summary>
+        public int pageNo = 1;
     }
 
     /// <summary>
@@ -1419,6 +1438,10 @@
     public class JPushMessageInfo
     {
         /// <summary>
+        /// 浣忓畢ID
+        /// </summary>
+        public string HomeId;
+        /// <summary>
         /// 鎺ㄩ�佹爣棰�
         /// </summary>
         public string Title;
@@ -1461,6 +1484,10 @@
     [System.Serializable]
     public class ExpandData
     {
+        /// <summary>
+        /// 浣忓畢ID
+        /// </summary>
+        public string homeId;
         /// <summary>
         /// 闄勫姞鍐呭
         /// </summary>
@@ -1546,10 +1573,10 @@
     }
 
     /// <summary>
-    /// 
+    /// 閰嶇疆鐨勮闊宠澶囧拰鍦烘櫙鏁版嵁
     /// </summary>
     [System.Serializable]
-    public class TargetInfo
+    public class SpeakerTargetInfo
     {
         /// <summary>
         /// 鎺у埗鐨勭洰鏍嘔d锛屼簯绔殑璁惧Id鎴栬�呭満鏅疘d
@@ -1563,19 +1590,32 @@
         /// 鐩爣鍚嶇О
         /// </summary>
         public string targetName;
+        /// <summary>
+        /// 鎵╁睍鍙傛暟褰撳墠rowview鏄惁閫変腑
+        /// </summary>
+        public bool IsSelect;
     }
 
+    //[System.Serializable]
+    //public class SpeakerTargetInfoRow: SpeakerTargetInfo
+    //{
+    //    /// <summary>
+    //    /// 褰撳墠rowview鏄惁閫変腑
+    //    /// </summary>
+    //    public bool isSelect;
+    //}
 
-    /// <summary>
-    /// 鏇存柊闊崇鎺у埗鐨勮澶囧拰鍦烘櫙鐩爣
-    /// </summary>
-    [System.Serializable]
+
+        /// <summary>
+        /// 鏇存柊闊崇鎺у埗鐨勮澶囧拰鍦烘櫙鐩爣
+        /// </summary>
+        [System.Serializable]
     public class UpdateSpeakerDeviceListObj : SpeakerObj
     {
         /// <summary>
         /// 澶囨敞
         /// </summary>
-        public List<TargetInfo> targetInfos;
+        public List<SpeakerTargetInfo> targetInfos;
     }
 
     /// <summary>

--
Gitblit v1.8.0