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