dashboard
repositories
filestore
activity
search
login
main
/
companyProjecet
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
访客列表
quanwei
2025-10-31
7a27a1d4d0038abe2115adb1753f897f56d66323
[companyProjecet.git]
/
admin
/
app
/
api
/
model
/
supplier
/
Category.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
namespace app\api\model\supplier;
use app\common\model\supplier\Category as CategoryModel;
/**
* 主营分类模型
*/
class Category extends CategoryModel
{
}