perf: 添加任务模板

This commit is contained in:
kuaifan
2024-12-02 07:17:14 +08:00
parent 6bafa0a6dd
commit e3312c97a7
5 changed files with 89 additions and 30 deletions

View File

@@ -10,7 +10,7 @@ namespace App\Models;
* @property string $name 模板名称
* @property string|null $title 任务标题
* @property string|null $content 任务内容
* @property int $sort 排序
* @property int $sort 排序(预留)
* @property bool $is_default 是否默认模板
* @property int $userid 创建人
* @property \Illuminate\Support\Carbon|null $created_at