9 lines
185 B
C#
9 lines
185 B
C#
namespace YD_Event.Application.Blog.Dtos;
|
|
|
|
public class PicturesPageQueryInput : Pagination
|
|
{
|
|
/// <summary>
|
|
/// 相册ID
|
|
/// </summary>
|
|
public long Id { get; set; }
|
|
} |