feat: 小程序与管理端迭代(神仙AI、了解自己CRM、AI测试入口、报表与分润等)
Made-with: Cursor
This commit is contained in:
12
api/app/model/AiReport.php
Normal file
12
api/app/model/AiReport.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace app\model;
|
||||
|
||||
use think\Model;
|
||||
|
||||
class AiReport extends Model
|
||||
{
|
||||
protected $name = 'ai_reports';
|
||||
protected $autoWriteTimestamp = 'int';
|
||||
protected $createTime = 'createdAt';
|
||||
protected $updateTime = 'updatedAt';
|
||||
}
|
||||
Reference in New Issue
Block a user