namespace YD_Event.Application.Client.Dtos; public class PicturesQueryInput : Pagination { /// /// 相册ID /// public long AlbumId { get; set; } }