add:影圈,点赞,评论

This commit is contained in:
2025-05-01 10:39:49 +08:00
parent 9622062509
commit 0304dc7494
25 changed files with 1135 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?php
namespace app\admin\model\zy;
use think\Model;
class Circle extends Model
{
// 表名
protected $table = 'zy_circle';
}