You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
大概的伪代码如下
···
public class PageRequest
{
public int PageIndex { get; set; }
public int PageSize { get; set; }
}
public class PageResponse
{
public int PageIndex { get; set; }
public int PageSize { get; set; }
public int TotalCount { get; set; }
public IEnumerable Items { get; set; }
}
The text was updated successfully, but these errors were encountered:
考虑是否在Primitives包中提供?
大概的伪代码如下
···
public class PageRequest
{
public int PageIndex { get; set; }
public int PageSize { get; set; }
}
public class PageResponse
{
public int PageIndex { get; set; }
public int PageSize { get; set; }
public int TotalCount { get; set; }
public IEnumerable Items { get; set; }
}
The text was updated successfully, but these errors were encountered: