first commit

This commit is contained in:
2026-01-28 10:16:06 +08:00
parent 9e0555b619
commit 7402558352
83 changed files with 8848 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?php
namespace app\adminghd\model;
use think\Model;
class Role extends Model
{
// 设置完整的数据表(包含前缀)
protected $table = 't_sys_role';
}