9 lines
188 B
C#
9 lines
188 B
C#
namespace YD_Event.Application.Client.Dtos;
|
|
|
|
public class PicturesQueryInput : Pagination
|
|
{
|
|
/// <summary>
|
|
/// 相册ID
|
|
/// </summary>
|
|
public long AlbumId { get; set; }
|
|
} |