CouponGoods.php 138 B

123456789101112
  1. <?php
  2. namespace app\common\model;
  3. use think\Model;
  4. use think\model\Pivot;
  5. class CouponGoods extends Pivot
  6. {
  7. protected $pk=null;
  8. }