namespace Easy.Admin.Application.Blog.Dtos; public class AlbumsPageQueryInput : Pagination { /// /// 相册名称 /// public string Name { get; set; } /// /// 相册类型 /// public CoverType? Type { get; set; } }