no message

This commit is contained in:
kuaifan
2025-09-28 06:33:38 +08:00
parent 22b3598704
commit fb88f3bd96
11 changed files with 241 additions and 181 deletions

View File

@@ -8,8 +8,8 @@ use Carbon\Carbon;
* App\Models\UserTaskBrowse
*
* @property int $id
* @property int $userid 用户ID
* @property int $task_id 任务ID
* @property int|null $userid 用户ID
* @property int|null $task_id 任务ID
* @property \Illuminate\Support\Carbon|null $browsed_at 浏览时间
* @property \Illuminate\Support\Carbon|null $created_at
* @property \Illuminate\Support\Carbon|null $updated_at