// +---------------------------------------------------------------------- declare (strict_types=1); namespace app\timer\model; use app\common\model\OrderRefund as OrderRefundModel; /** * 售后单模型 * Class OrderRefund * @package app\timer\model */ class OrderRefund extends OrderRefundModel { }