namespace Easy.Admin.Application.Client.Dtos; public class TalkDetailOutput : TalksOutput { /// /// 是否允许评论 /// public bool IsAllowComments { get; set; } }