http上线
This commit is contained in:
9
app/http/model/Order.php
Normal file
9
app/http/model/Order.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace app\http\model;
|
||||
|
||||
use fastphp\base\Model;
|
||||
|
||||
class Order extends Model
|
||||
{
|
||||
protected $table = 'http_order';
|
||||
}
|
||||
Reference in New Issue
Block a user