<?php namespace app\common\model; use think\Model; use think\model\Pivot; class UserCouponGoods extends Pivot { }