dashboard
repositories
filestore
activity
search
login
main
/
companyProjecet
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
添加商品
quanwei
2025-11-28
3ea53e61cc23fdb3ddf8b38a199ca60a6da8c407
[companyProjecet.git]
/
admin
/
app
/
branch
/
model
/
settings
/
DeliveryRule.php
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
namespace app\branch\model\settings;
use app\common\model\settings\DeliveryRule as DeliveryRuleModel;
/**
* 配送模板区域及运费模型
*/
class DeliveryRule extends DeliveryRuleModel
{
}