files, dead line

This commit is contained in:
2023-06-30 18:13:40 +03:00
parent f861f3eea9
commit 567ab20361
7 changed files with 232 additions and 4 deletions

View File

@ -42,6 +42,12 @@ namespace frontend\modules\api\models;
* description="Пользователь создавший задачу"
* ),
* @OA\Property(
* property="dead_line",
* type="string",
* example="2023-04-21 00:44:53",
* description="Срок выполнения задачи"
* ),
* @OA\Property(
* property="executor_id",
* type="int",
* example="2",