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