namespace YD_Event.Application.Blog.Dtos; public class PicturesPageQueryInput : Pagination { /// /// 相册ID /// public long Id { get; set; } }