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