Exemple #1
0
 /// <summary>
 /// 获取起始行数
 /// </summary>
 private int GetFrom() => _from > 0 ? _from.SafeValue() : _queryParam.GetStartNumber() - 1;