9 lines
190 B
C#
9 lines
190 B
C#
namespace YD_Event.Application.Blog.Dtos;
|
|
|
|
public class TalksPageQueryInput : Pagination
|
|
{
|
|
/// <summary>
|
|
/// 关键词
|
|
/// </summary>
|
|
public string Keyword { get; set; }
|
|
} |