底层添加路由

This commit is contained in:
2025-03-27 17:26:31 +08:00
parent 1790d1719f
commit ad6edc90b5
18 changed files with 437 additions and 20 deletions

View File

@@ -5,5 +5,6 @@ namespace app\api\model;
use think\Model;
class DeviceModel extends Model {
// 设置表名
protected $name = 'device';
}