|
@@ -142,6 +142,7 @@ use App\Services\CommodityMaterialBoxModelService;
|
|
|
use App\Services\OwnerLogisticFeeDetailService;
|
|
use App\Services\OwnerLogisticFeeDetailService;
|
|
|
use App\Services\OwnerLogisticFeeReportService;
|
|
use App\Services\OwnerLogisticFeeReportService;
|
|
|
use App\Services\LogisticSyncRecordService;
|
|
use App\Services\LogisticSyncRecordService;
|
|
|
|
|
+use App\Services\OwnerBillReportArchiveService;
|
|
|
|
|
|
|
|
class AppServiceProvider extends ServiceProvider
|
|
class AppServiceProvider extends ServiceProvider
|
|
|
{
|
|
{
|
|
@@ -233,23 +234,28 @@ 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('GoodScanWeightService',GoodScanWeightService::class);
|
|
|
|
|
+ app()->singleton('HaoChuangWeightService',HaoChuangWeightService::class);
|
|
|
|
|
+ app()->singleton('HengLiWeightService',HengLiWeightService::class);
|
|
|
app()->singleton('InventoryAccountMissionService', InventoryAccountMissionService::class);
|
|
app()->singleton('InventoryAccountMissionService', InventoryAccountMissionService::class);
|
|
|
- app()->singleton('LogisticZopService', LogisticZopService::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('LaborCompanyService',LaborCompanyService::class);
|
|
app()->singleton('LaborCompanyService',LaborCompanyService::class);
|
|
|
- app()->singleton('NewOrderCountingRecordService',NewOrderCountingRecordService::class);
|
|
|
|
|
app()->singleton('LaborReportsCountingRecordService', LaborReportsCountingRecordService::class);
|
|
app()->singleton('LaborReportsCountingRecordService', LaborReportsCountingRecordService::class);
|
|
|
app()->singleton('LogService', LogService::class);
|
|
app()->singleton('LogService', LogService::class);
|
|
|
app()->singleton('LogisticAliJiSuApiService',LogisticAliJiSuApiService::class);
|
|
app()->singleton('LogisticAliJiSuApiService',LogisticAliJiSuApiService::class);
|
|
|
app()->singleton('LogisticSFService', LogisticSFService::class);
|
|
app()->singleton('LogisticSFService', LogisticSFService::class);
|
|
|
- app()->singleton('LogisticSyncRecordService', LogisticSyncRecordService::class);
|
|
|
|
|
app()->singleton('LogisticService', LogisticService::class);
|
|
app()->singleton('LogisticService', LogisticService::class);
|
|
|
|
|
+ app()->singleton('LogisticSyncRecordService', LogisticSyncRecordService::class);
|
|
|
|
|
+ app()->singleton('LogisticSyncRecordService', LogisticSyncRecordService::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('LogisticZopService', LogisticZopService::class);
|
|
|
- app()->singleton('LogisticSyncRecordService', LogisticSyncRecordService::class);
|
|
|
|
|
|
|
+ app()->singleton('LogisticZopService', LogisticZopService::class);
|
|
|
app()->singleton('MaterialBoxService', MaterialBoxService::class);
|
|
app()->singleton('MaterialBoxService', MaterialBoxService::class);
|
|
|
|
|
+ app()->singleton('MenuService',MenuService::class);
|
|
|
|
|
+ app()->singleton('NewOrderCountingRecordService',NewOrderCountingRecordService::class);
|
|
|
app()->singleton('OracleActAllocationDetailService', OracleActAllocationDetailService::class);
|
|
app()->singleton('OracleActAllocationDetailService', OracleActAllocationDetailService::class);
|
|
|
app()->singleton('OracleBasCustomerService', OracleBasCustomerService::class);
|
|
app()->singleton('OracleBasCustomerService', OracleBasCustomerService::class);
|
|
|
app()->singleton('OracleBasSkuService', OracleBasSkuService::class);
|
|
app()->singleton('OracleBasSkuService', OracleBasSkuService::class);
|
|
@@ -273,6 +279,7 @@ class AppServiceProvider extends ServiceProvider
|
|
|
app()->singleton('OrderService', OrderService::class);
|
|
app()->singleton('OrderService', OrderService::class);
|
|
|
app()->singleton('OrderTrackingService', OrderTrackingService::class);
|
|
app()->singleton('OrderTrackingService', OrderTrackingService::class);
|
|
|
app()->singleton('OwnerAreaReportService', OwnerAreaReportService::class);
|
|
app()->singleton('OwnerAreaReportService', OwnerAreaReportService::class);
|
|
|
|
|
+ app()->singleton('OwnerBillReportArchiveService',OwnerBillReportArchiveService::class);
|
|
|
app()->singleton('OwnerBillReportService', OwnerBillReportService::class);
|
|
app()->singleton('OwnerBillReportService', OwnerBillReportService::class);
|
|
|
app()->singleton('OwnerFeeDetailService', OwnerFeeDetailService::class);
|
|
app()->singleton('OwnerFeeDetailService', OwnerFeeDetailService::class);
|
|
|
app()->singleton('OwnerLogisticFeeDetailService',OwnerLogisticFeeDetailService::class);
|
|
app()->singleton('OwnerLogisticFeeDetailService',OwnerLogisticFeeDetailService::class);
|
|
@@ -304,6 +311,7 @@ class AppServiceProvider extends ServiceProvider
|
|
|
app()->singleton('RejectedBillItemService', RejectedBillItemService::class);
|
|
app()->singleton('RejectedBillItemService', RejectedBillItemService::class);
|
|
|
app()->singleton('RejectedBillService', RejectedBillService::class);
|
|
app()->singleton('RejectedBillService', RejectedBillService::class);
|
|
|
app()->singleton('RejectedService', RejectedService::class);
|
|
app()->singleton('RejectedService', RejectedService::class);
|
|
|
|
|
+ app()->singleton('RoleService',RoleService::class);
|
|
|
app()->singleton('ShopService', ShopService::class);
|
|
app()->singleton('ShopService', ShopService::class);
|
|
|
app()->singleton('StationCacheShelfGridService', StationCacheShelfGridService::class);
|
|
app()->singleton('StationCacheShelfGridService', StationCacheShelfGridService::class);
|
|
|
app()->singleton('StationRuleBatchService', StationRuleBatchService::class);
|
|
app()->singleton('StationRuleBatchService', StationRuleBatchService::class);
|
|
@@ -330,12 +338,6 @@ class AppServiceProvider extends ServiceProvider
|
|
|
app()->singleton('WarehouseService', WarehouseService::class);
|
|
app()->singleton('WarehouseService', WarehouseService::class);
|
|
|
app()->singleton('WaybillFinancialService', WaybillFinancialService::class);
|
|
app()->singleton('WaybillFinancialService', WaybillFinancialService::class);
|
|
|
app()->singleton('WeighExceptedService', WeighExceptedService::class);
|
|
app()->singleton('WeighExceptedService', WeighExceptedService::class);
|
|
|
- app()->singleton('GoodScanWeightService',GoodScanWeightService::class);
|
|
|
|
|
- app()->singleton('HaoChuangWeightService',HaoChuangWeightService::class);
|
|
|
|
|
- app()->singleton('HengLiWeightService',HengLiWeightService::class);
|
|
|
|
|
- app()->singleton('InventoryAccountMissionService',InventoryAccountMissionService::class);
|
|
|
|
|
- app()->singleton('MenuService',MenuService::class);
|
|
|
|
|
- app()->singleton('RoleService',RoleService::class);
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
private function registerObserver()
|
|
private function registerObserver()
|