Commit 6836e7ae by 杨树贤

fix

parent 9e6cf544
Showing with 2 additions and 1 deletions
...@@ -2,9 +2,10 @@ ...@@ -2,9 +2,10 @@
namespace App\Console\Commands; namespace App\Console\Commands;
use App\Http\Services\SyncSupplierService;
use Illuminate\Console\Command; use Illuminate\Console\Command;
use App\Model\SupplierChannelModel; use App\Model\SupplierChannelModel;
use App\Http\Services\SyncSupplierService;
use PhpAmqpLib\Connection\AMQPStreamConnection;
// 同步供应商到ERP // 同步供应商到ERP
class SyncSupplierToErp extends Command class SyncSupplierToErp extends Command
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment