think-orm

This commit is contained in:
2025-08-15 11:11:10 +08:00
parent dc60b38526
commit 455bfde49f
5 changed files with 7 additions and 7 deletions

View File

@@ -8,9 +8,9 @@ use app\common\model\Common;
use app\common\model\SysUser;
use ba\Exception;
use app\exception\SysException;
use ba\Random;
use extend\ba\Random;
use think\facade\Db;
use think\facade\Log;
use support\Log;
class TbUser extends BaseModel
{