清除插件模型

This commit is contained in:
技术老胡
2024-10-19 18:33:32 +08:00
parent d84aa8c11e
commit b4c2229cc1
2 changed files with 2 additions and 4 deletions

View File

@@ -7,9 +7,7 @@ namespace app\controller\api;
use app\BaseController;
use app\model\PayAccount;
use app\model\PayChannel;
use app\model\Platform;
use app\model\User;
use think\facade\View;
class PayManageController extends BaseController
{