This commit is contained in:
u2nyakim 2025-08-29 17:34:08 +08:00
parent b4df42f82f
commit 3539555fe8
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?php
namespace app\controller\admin\system;
use app\BaseController;
class UserClientController extends BaseController
{
}

View File

@ -0,0 +1,10 @@
<?php
namespace app\controller\admin\system;
use app\BaseController;
class UserClientLogController extends BaseController
{
}