This commit is contained in:
彭桃 2023-03-13 10:04:52 +08:00
parent ffa11f501e
commit 181386afd7

View File

@ -23,6 +23,7 @@ use think\App;
use crmeb\basic\BaseController;
use app\common\repositories\system\merchant\MerchantRepository as repository;
use think\facade\Queue;
use think\facade\Db;
class Merchant extends BaseController
{