<?php namespace app\common\model; use think\Model; // 订单 class GoodsOrderRefund extends Model { protected $name='store_order_refund'; }