修复前端数据库报错

This commit is contained in:
2025-05-19 16:04:45 +08:00
parent 41a2d69f22
commit 1587524031
11 changed files with 47 additions and 55 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
namespace app\index\model;
use think\Model;
class ArticlesCategory extends Model
{
}