2025-12-17 11:12:13 +08:00

9 lines
188 B
C#

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