dashboard
repositories
filestore
activity
search
login
main
/
companyProjecet
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
切换默认名片
quanwei
2025-10-30
204b4cb1fcf1234010f722e0c9d4e88d10e654b1
[companyProjecet.git]
/
admin
/
app
/
api
/
model
/
product
/
SpecValue.php
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
namespace app\api\model\product;
use app\common\model\product\SpecValue as SpecValueModel;
/**
* 规格值模型
*/
class SpecValue extends SpecValueModel
{
}