namespace UserPointManagement.Model; public class PageResultDto { public int TotalCount { get; set; } public List Items { get; set; } = new List(); }