dashboard
repositories
filestore
activity
search
login
main
/
companyProjecet
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
生成名片
quanwei
2025-10-29
76ed09d116f484b261d44219de300b79eb2013b3
[companyProjecet.git]
/
admin
/
app
/
api
/
model
/
plus
/
business
/
Industry.php
1
2
3
4
5
6
7
8
9
<?php
namespace app\api\model\plus\business;
use app\common\model\plus\business\Industry as CommonIndustry;
class Industry extends CommonIndustry
{
}