feat: index - 首页及顶部导航处理

This commit is contained in:
2025-04-07 18:10:50 +08:00
parent f809ee2c2b
commit b16d90c946
101 changed files with 5811 additions and 5 deletions

View File

@@ -0,0 +1,15 @@
<?php
declare (strict_types = 1);
namespace app\index\model;
use app\common\model\CountryBaseModel;
/**
* 国家模型
* @mixin \think\Model
*/
class CountryModel extends CountryBaseModel
{
//
}