添加评论功能

This commit is contained in:
陈淳
2022-12-01 16:06:53 +08:00
parent e9bcd29e36
commit 44db5ab150
13 changed files with 289 additions and 41 deletions

View File

@@ -16,6 +16,7 @@ namespace Yi.Framework.WebCore.Mapper
{
CreateMap<ArticleEntity, ArticleVo > ();
CreateMap<UserEntity, UserVo>();
CreateMap<CommentEntity, CommentVo>();
}
}