3
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Jiaowu.Api.Contracts;
|
||||
|
||||
public sealed record PagedResult<T>(
|
||||
IReadOnlyCollection<T> Items,
|
||||
int Total,
|
||||
int Page,
|
||||
int PageSize);
|
||||
Reference in New Issue
Block a user