WebSettingCountryController.php 435 字节
<?php

namespace App\Http\Controllers\Bside\Setting;

use App\Http\Controllers\Bside\BaseController;
use App\Http\Logic\Bside\Setting\WebSettingCountryLogic;

class WebSettingCountryController extends BaseController
{
    /**
     * @name   :列表lists
     * @author :lyh
     * @method :post
     * @time   :2023/4/28 14:40
     */
    public function lists(WebSettingCountryLogic $webSettingCountryLogic){
                
    }
}