dashboard
repositories
filestore
activity
search
login
main
/
companyProjecet
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修复名片置顶问题
quanwei
2025-11-11
11339784782566946cb7011d578bf3b86f804538
[companyProjecet.git]
/
admin
/
app
/
api
/
model
/
plus
/
work
/
Setting.php
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
namespace app\api\model\plus\work;
use app\common\model\plus\work\Setting as SettingModel;
/**
* 设置模型
*/
class Setting extends SettingModel
{
}