|
@@ -127,6 +127,7 @@ use App\Services\OrderPackageExceptionTypeCountingRecordService;
|
|
|
use App\Services\LogisticYDService;
|
|
use App\Services\LogisticYDService;
|
|
|
use App\Services\ForeignZhenCangService;
|
|
use App\Services\ForeignZhenCangService;
|
|
|
use App\Services\StorageService;
|
|
use App\Services\StorageService;
|
|
|
|
|
+use App\Services\LogisticAliJiSuApiService;
|
|
|
|
|
|
|
|
class AppServiceProvider extends ServiceProvider
|
|
class AppServiceProvider extends ServiceProvider
|
|
|
{
|
|
{
|
|
@@ -214,17 +215,17 @@ class AppServiceProvider extends ServiceProvider
|
|
|
app()->singleton('FeatureService',FeatureService::class);
|
|
app()->singleton('FeatureService',FeatureService::class);
|
|
|
app()->singleton('ForeignHaiRoboticsService',ForeignHaiRoboticsService::class);
|
|
app()->singleton('ForeignHaiRoboticsService',ForeignHaiRoboticsService::class);
|
|
|
app()->singleton('ForeignZhenCangService',ForeignZhenCangService::class);
|
|
app()->singleton('ForeignZhenCangService',ForeignZhenCangService::class);
|
|
|
- app()->singleton('LogisticZopService', LogisticZopService::class);
|
|
|
|
|
app()->singleton('InventoryAccountMissionService', InventoryAccountMissionService::class);
|
|
app()->singleton('InventoryAccountMissionService', InventoryAccountMissionService::class);
|
|
|
app()->singleton('InventoryCompareService', InventoryCompareService::class);
|
|
app()->singleton('InventoryCompareService', InventoryCompareService::class);
|
|
|
app()->singleton('InventoryDailyLogService', InventoryDailyLogService::class);
|
|
app()->singleton('InventoryDailyLogService', InventoryDailyLogService::class);
|
|
|
app()->singleton('LaborReportsCountingRecordService', LaborReportsCountingRecordService::class);
|
|
app()->singleton('LaborReportsCountingRecordService', LaborReportsCountingRecordService::class);
|
|
|
- app()->singleton('OrderPackageReceivedSyncRecordService', OrderPackageReceivedSyncRecordService::class);
|
|
|
|
|
app()->singleton('LogService', LogService::class);
|
|
app()->singleton('LogService', LogService::class);
|
|
|
|
|
+ app()->singleton('LogisticAliJiSuApiService',LogisticAliJiSuApiService::class);
|
|
|
app()->singleton('LogisticSFService', LogisticSFService::class);
|
|
app()->singleton('LogisticSFService', LogisticSFService::class);
|
|
|
app()->singleton('LogisticService', LogisticService::class);
|
|
app()->singleton('LogisticService', LogisticService::class);
|
|
|
app()->singleton('LogisticYDService', LogisticYDService::class);
|
|
app()->singleton('LogisticYDService', LogisticYDService::class);
|
|
|
app()->singleton('LogisticYTOService', LogisticYTOService::class);
|
|
app()->singleton('LogisticYTOService', LogisticYTOService::class);
|
|
|
|
|
+ app()->singleton('LogisticZopService', LogisticZopService::class);
|
|
|
app()->singleton('MaterialBoxService', MaterialBoxService::class);
|
|
app()->singleton('MaterialBoxService', MaterialBoxService::class);
|
|
|
app()->singleton('OracleActAllocationDetailService', OracleActAllocationDetailService::class);
|
|
app()->singleton('OracleActAllocationDetailService', OracleActAllocationDetailService::class);
|
|
|
app()->singleton('OracleBasCustomerService', OracleBasCustomerService::class);
|
|
app()->singleton('OracleBasCustomerService', OracleBasCustomerService::class);
|
|
@@ -243,6 +244,7 @@ class AppServiceProvider extends ServiceProvider
|
|
|
app()->singleton('OrderPackageCommoditiesService', OrderPackageCommoditiesService::class);
|
|
app()->singleton('OrderPackageCommoditiesService', OrderPackageCommoditiesService::class);
|
|
|
app()->singleton('OrderPackageCommoditySerialNumberService', OrderPackageCommoditySerialNumberService::class);
|
|
app()->singleton('OrderPackageCommoditySerialNumberService', OrderPackageCommoditySerialNumberService::class);
|
|
|
app()->singleton('OrderPackageExceptionTypeCountingRecordService', OrderPackageExceptionTypeCountingRecordService::class);
|
|
app()->singleton('OrderPackageExceptionTypeCountingRecordService', OrderPackageExceptionTypeCountingRecordService::class);
|
|
|
|
|
+ app()->singleton('OrderPackageReceivedSyncRecordService', OrderPackageReceivedSyncRecordService::class);
|
|
|
app()->singleton('OrderPackageReceivedSyncService', OrderPackageReceivedSyncService::class);
|
|
app()->singleton('OrderPackageReceivedSyncService', OrderPackageReceivedSyncService::class);
|
|
|
app()->singleton('OrderPackageService', OrderPackageService::class);
|
|
app()->singleton('OrderPackageService', OrderPackageService::class);
|
|
|
app()->singleton('OrderService', OrderService::class);
|
|
app()->singleton('OrderService', OrderService::class);
|