namespace BBWYB.Server.Model.Dto { public class PageRequest { public int PageIndex { get; set; } public int PageSize { get; set; } } }