protected override AbstractRequestParams GetParams()
        {
            QueryLHInventoryPageParam pars = new QueryLHInventoryPageParam();

            pars.dealerCode = DealerCode;
            return(pars);
        }
 /// <summary>
 ///     2、库存下载接口
 /// </summary>
 /// <param name="token"></param>
 /// <returns></returns>
 public AbsRequestResult <QuerylHInventoryPageResult> QueryLHInventoryPage(string token, QueryLHInventoryPageParam pars)
 {
     return(BaseRequest <AbsRequestResult <QuerylHInventoryPageResult>, QuerylHInventoryPageResult>(GlobParams.QueryLHInventoryPageURL, token, pars.ToDictionary()));
 }