feat:更新好友菜谱功能
This commit is contained in:
@@ -176,7 +176,6 @@ class RecipeSummary {
|
||||
int commentCount;
|
||||
int userId;
|
||||
String username;
|
||||
String avatar;
|
||||
|
||||
RecipeSummary({
|
||||
required this.id,
|
||||
@@ -186,7 +185,6 @@ class RecipeSummary {
|
||||
required this.isShare,
|
||||
required this.userId,
|
||||
required this.username,
|
||||
required this.avatar,
|
||||
required this.recordList,
|
||||
required this.likeCount,
|
||||
required this.favouriteCount,
|
||||
|
||||
Reference in New Issue
Block a user