| 1234567891011121314151617181920212223 |
- <?php
- /**
- *
- * @copyright ©2020 点小铺
- * @author hanj
- * @link: https://dyuit.com
- * Created by VSCode
- */
- namespace app\task\model\sharing;
- use app\common\model\sharing\OrderRefund as OrderRefundModel;
- /**
- * 售后单模型
- * Class OrderRefund
- * @package app\task\model\sharing
- */
- class OrderRefund extends OrderRefundModel
- {
- }
|