http上线

This commit is contained in:
“wanyongkang”
2023-12-26 16:37:09 +08:00
parent e768fdf8e1
commit 95200f1c5a
13 changed files with 1269 additions and 3 deletions

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

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