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