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

13 lines
149 B
PHP

<?php
namespace app\applet\model;
use app\common\model\Setting as SettingModel;
/**
* 配置模型
*/
class Setting extends SettingModel
{
}