refactor: 附件

This commit is contained in:
2025-04-15 17:20:19 +08:00
parent 3f2c8ab540
commit e44dbbc9a2
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
{
//
}