AI代码生成工具
This commit is contained in:
15
app/Models/ai/AiModelModel.php
Normal file
15
app/Models/ai/AiModelModel.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models\ai;
|
||||
|
||||
use App\BaseApp\BaseModel;
|
||||
|
||||
/**
|
||||
* AI 模型表模型(仅表名与字段约定,查询逻辑放 Service)
|
||||
*/
|
||||
class AiModelModel extends BaseModel
|
||||
{
|
||||
protected $table = 'ai_model';
|
||||
|
||||
protected $guarded = [];
|
||||
}
|
||||
Reference in New Issue
Block a user