This commit is contained in:
2022-10-26 14:09:51 +08:00
parent 76bd3f94fd
commit 72807d7233
3 changed files with 62 additions and 3 deletions

View File

@@ -9,7 +9,6 @@ class PrivateConversationModel {
String friendRemark;
V2TimConversation? conversation;
V2TimUserFullInfo? userProfile;
bool isStaffer;
bool allowStranger; // 允许陌生人消息
String? shopId; // 他是哪个店铺的客服
@@ -19,7 +18,6 @@ class PrivateConversationModel {
this.isFriend = false,
this.conversation,
this.userProfile,
this.isStaffer = false,
this.allowStranger = true,
this.shopId,
});