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/task/model/sharing/OrderRefund.php

15 lines
235 B
PHP
Raw Normal View History

2020-04-25 22:20:29 +08:00
<?php
namespace app\task\model\sharing;
use app\common\model\sharing\OrderRefund as OrderRefundModel;
/**
* 售后单模型
* Class OrderRefund
* @package app\task\model\sharing
*/
class OrderRefund extends OrderRefundModel
{
}