style: 添加注释

This commit is contained in:
2025-02-21 11:48:21 +08:00
parent cf9a99bd15
commit b3c1e12c40
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 VideoCategoryBaseModel extends BaseModel