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

11
app/jinqiao/model/Key.php Normal file
View File

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