feat: 添加视频分页/详情接口

This commit is contained in:
2025-02-19 18:01:09 +08:00
parent 8fd94f9428
commit 9b60efd6f2
8 changed files with 217 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
<?php
declare (strict_types = 1);
namespace app\admin\model\v1;
use app\common\model\VideoCategoryBaseModel;
/**
* 视频分类模型
* @mixin \think\Model
*/
class VideoCategoryModel extends VideoCategoryBaseModel
{
//
}