feat: 项目列表添加置顶功能

This commit is contained in:
韦荣超
2022-02-22 16:49:53 +08:00
parent b0b39429ed
commit 69d6417985
6 changed files with 138 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ use App\Module\Base;
* @property int|null $project_id 项目ID
* @property int|null $userid 成员ID
* @property int|null $owner 是否负责人
* @property \Illuminate\Support\Carbon|null $top_at 置顶时间
* @property \Illuminate\Support\Carbon|null $created_at
* @property \Illuminate\Support\Carbon|null $updated_at
* @property-read \App\Models\Project|null $project