This repository has been archived on 2024-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
yoshop/source/application/store/model/DeliveryRule.php
2021-07-16 16:26:32 +08:00

16 lines
237 B
PHP

<?php
namespace app\store\model;
use app\common\model\DeliveryRule as DeliveryRuleModel;
/**
* 配送模板区域及运费模型
* Class DeliveryRule
* @package app\store\model
*/
class DeliveryRule extends DeliveryRuleModel
{
}