<?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 { }