更新前端代码

This commit is contained in:
2025-05-19 15:46:34 +08:00
parent f8257144cb
commit 41a2d69f22
3 changed files with 8 additions and 8 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
namespace app\index\model;
use think\Model;
class ResourcesCategory extends Model
{
}