购买软路由-支付

This commit is contained in:
“wanyongkang”
2022-03-22 16:05:07 +08:00
parent 53e75f65c8
commit aab0d282c1
21 changed files with 304 additions and 63 deletions

9
app/ros/model/Order.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
namespace app\ros\model;
use fastphp\base\Model;
class Order extends Model
{
protected $table = 'ros_order';
}