OrderPay.php 185 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: shenyang
  5. * Date: 2018/6/6
  6. * Time: 下午3:41
  7. */
  8. namespace app\frontend\models;
  9. class OrderPay extends \app\common\models\OrderPay
  10. {
  11. }