feat: 【消息】列表增加点击右键置顶该聊天功能

This commit is contained in:
韦荣超
2022-02-17 09:17:19 +08:00
parent ab4fbf0437
commit 04c59041e0
6 changed files with 175 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ namespace App\Models;
* @property int $id
* @property int|null $dialog_id 对话ID
* @property int|null $userid 会员ID
* @property int|null $top 是否置顶0否1是
* @property \Illuminate\Support\Carbon|null $created_at
* @property \Illuminate\Support\Carbon|null $updated_at
* @method static \Illuminate\Database\Eloquent\Builder|WebSocketDialogUser newModelQuery()