This commit is contained in:
“wanyongkang”
2024-02-22 16:13:10 +08:00
parent 7772070a58
commit c2ce947b74
9 changed files with 442 additions and 1 deletions

View File

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