namespace Yi.Framework.AiHub.Application.Contracts.Dtos;
public class SessionGetListInput
{
public string? SessionTitle { get; set; }
}