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

13 lines
155 B
PHP
Executable File

<?php
namespace app\admin\model;
use app\common\model\Setting as SettingModel;
/**
* 系统设置模型
*/
class Setting extends SettingModel
{
}