PreOrderGoodsCollection.php 290 B

12345678910111213141516
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * Author: 芸众商城 www.yunzshop.com
  5. * Date: 2017/2/28
  6. * Time: 下午1:44
  7. */
  8. namespace app\frontend\modules\orderGoods\models;
  9. use app\common\modules\orderGoods\OrderGoodsCollection;
  10. class PreOrderGoodsCollection extends OrderGoodsCollection
  11. {
  12. }