点赞城市

This commit is contained in:
2024-12-02 11:34:34 +08:00
parent 19d38802a9
commit 59e77906f0
6 changed files with 234 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?php
namespace plugin\cms\model;
use think\admin\Model;
class CmsThumb extends Model
{
}