PreOrderGoods.php 263 B

12345678910111213141516
  1. <?php
  2. /**
  3. * 未生成的订单商品类
  4. * Author: 芸众商城 www.yunzshop.com
  5. * Date: 2017/2/28
  6. * Time: 下午1:44
  7. */
  8. namespace app\frontend\modules\orderGoods\models;
  9. class PreOrderGoods extends \app\common\modules\orderGoods\models\PreOrderGoods
  10. {
  11. }