feat: 添加视频信息导出接口

This commit is contained in:
2025-02-20 15:46:41 +08:00
parent 13d75dcb2c
commit aebdb3c799
3 changed files with 105 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ declare (strict_types = 1);
namespace app\admin\model\v1;
use app\common\model\VideoBaseModel;
use think\model\concern\SoftDelete;
/**
* 视频信息模型