Browse Source

CcbPayment模型移到v3目录

ccb_pay2
yangrz 4 years ago
parent
commit
95f9afa9c5
  1. 3
      app/Model/v3/CcbPayment.php

3
app/Model/CcbPayment.php → app/Model/v3/CcbPayment.php

@ -1,9 +1,10 @@
<?php
declare (strict_types=1);
namespace App\Model;
namespace App\Model\v3;
use Hyperf\DbConnection\Model\Model;
/**
* @property int $id
* @property int $order_main_id
Loading…
Cancel
Save