修复导入

This commit is contained in:
mkm 2023-12-01 11:32:29 +08:00
parent 4b14c557c4
commit f5d0cbdd22

View File

@ -4,6 +4,7 @@ namespace crmeb\jobs;
use crmeb\interfaces\JobInterface;
use think\facade\Log;
use app\common\repositories\store\order\StoreOrderRepository;
class ImportProductJob implements JobInterface
{