社区板块添加点赞功能

This commit is contained in:
橙子
2022-11-29 23:03:10 +08:00
parent 9a34e63d5f
commit a2ca897fca
11 changed files with 133 additions and 84 deletions

View File

@@ -33,6 +33,7 @@ namespace Yi.Framework.DTOModel.Vo
public string Remark { get; set; }
public List<string> Images { get; set; }
public int? AgreeNum { get; set; }
public UserVo User { get; set; }
}
}