style: 添加注释

This commit is contained in:
2025-02-21 11:48:21 +08:00
parent aac33677cd
commit f2c3200d28
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ declare (strict_types = 1);
namespace app\common\model;
/**
* 视频信息模型
* @mixin \think\Model
*/
class VideoBaseModel extends BaseModel