UserCouponGoods.php 118 B

1234567891011
  1. <?php
  2. namespace app\common\model;
  3. use think\Model;
  4. use think\model\Pivot;
  5. class UserCouponGoods extends Pivot
  6. {
  7. }