Files
2023-12-11 09:55:12 +08:00

11 lines
191 B
C#

namespace Yi.Framework.Bbs.Application.Contracts.Dtos.Comment
{
public class CommentUpdateInputVo
{
public string Content { get; set; }
//更新不能将评论转移
}
}