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 | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/HDL_ON/DAL/Server/NewApiRes.cs b/HDL_ON/DAL/Server/NewApiRes.cs index 10f6844..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 鈻� 鐧诲綍 ____________________________ @@ -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; @@ -1462,6 +1485,10 @@ public class ExpandData { /// <summary> + /// 浣忓畢ID + /// </summary> + public string homeId; + /// <summary> /// 闄勫姞鍐呭 /// </summary> public string expantContent; -- Gitblit v1.8.0