mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-06 17:26:35 +08:00
6 lines
143 B
C#
6 lines
143 B
C#
namespace Yi.Framework.AiHub.Application.Contracts.Dtos;
|
|
|
|
public class SessionGetListInput
|
|
{
|
|
public string? SessionTitle { get; set; }
|
|
} |