cxhxy/app/api/model/Setting.php
2023-11-21 15:14:59 +08:00

10 lines
119 B
PHP

<?php
namespace app\api\model;
use app\common\model\Setting as SettingModel;
class Setting extends SettingModel
{
}