cxhxy/app/api/model/Setting.php
test_service d3170b4d1c 1
2023-12-01 15:43:29 +08:00

10 lines
119 B
PHP
Executable File

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