refactor: 附件

This commit is contained in:
2025-04-15 17:20:19 +08:00
parent 402950649f
commit 4700442a08
11 changed files with 260 additions and 173 deletions

View File

@@ -0,0 +1,14 @@
<?php
declare (strict_types = 1);
namespace app\index\model;
use think\Model;
/**
* @mixin \think\Model
*/
class VideoModel extends Model
{
//
}