perf: 消息列表需支持多个置顶

This commit is contained in:
韦荣超
2022-02-18 10:10:17 +08:00
parent 503a719609
commit 2bd666efe7
4 changed files with 41 additions and 8 deletions

View File

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