9 lines
205 B
C#
9 lines
205 B
C#
namespace YD_Event.Application.Client.Dtos;
|
|
|
|
public class TalkDetailOutput : TalksOutput
|
|
{
|
|
/// <summary>
|
|
/// 是否允许评论
|
|
/// </summary>
|
|
public bool IsAllowComments { get; set; }
|
|
} |