Tong
2021-08-31 b50f4f4b1f0668f3071c0ad0c6dbd723cc140986
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  ■ 登录 ____________________________