9 lines
199 B
C#
9 lines
199 B
C#
namespace YD_Event.Application.Blog.Dtos;
|
|
|
|
public class FriendLinkPageQueryInput : Pagination
|
|
{
|
|
/// <summary>
|
|
/// 站点名称
|
|
/// </summary>
|
|
public string SiteName { get; set; }
|
|
} |