1.提交缺失的东西

This commit is contained in:
2025-05-17 15:25:02 +08:00
parent 8913005ee8
commit 106bab7d4c

View File

@ -38,13 +38,13 @@ use app\common\model\{AfterSale,
GoodsItem, GoodsItem,
MessageScene_, MessageScene_,
OrderLog, OrderLog,
Pay,
Order as CommonOrder, Order as CommonOrder,
SelffetchShop, SelffetchShop,
SelffetchVerifier, SelffetchVerifier,
Team, Team,
TeamFound, TeamFound,
Verification}; Verification};
use app\common\model\pay\Pay;
use app\common\service\{ConfigServer, UrlServer}; use app\common\service\{ConfigServer, UrlServer};
use think\facade\Db; use think\facade\Db;
use think\Exception; use think\Exception;