Shoping.php 219 B

123456789101112131415
  1. <?php
  2. namespace app\api\model\wow;
  3. use app\common\model\wow\Shoping as ShopingModel;
  4. /**
  5. * 好物圈商品收藏记录模型
  6. * Class Shoping
  7. * @package app\api\model\wow
  8. */
  9. class Shoping extends ShopingModel
  10. {
  11. }