feat: 添加视频分页/详情接口
This commit is contained in:
15
app/admin/model/v1/VideoCategoryModel.php
Normal file
15
app/admin/model/v1/VideoCategoryModel.php
Normal 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
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user