|
|
@@ -182,6 +182,7 @@ use App\Services\WorkOrderService;
|
|
|
use App\Services\WorkOrderTypeService;
|
|
|
use App\Services\OrderPackageRemarkService;
|
|
|
use App\Services\MeasureMonitorService;
|
|
|
+use App\Services\LaborCompanyService;
|
|
|
|
|
|
class AppServiceProvider extends ServiceProvider
|
|
|
{
|
|
|
@@ -247,6 +248,7 @@ class AppServiceProvider extends ServiceProvider
|
|
|
app()->singleton('InventoryCompareService', InventoryCompareService::class);
|
|
|
app()->singleton('InventoryDailyLogService', InventoryDailyLogService::class);
|
|
|
app()->singleton('JDDeliveryService',JDDeliveryService::class);
|
|
|
+ app()->singleton('LaborCompanyService',LaborCompanyService::class);
|
|
|
app()->singleton('LaborReportsCountingRecordService', LaborReportsCountingRecordService::class);
|
|
|
app()->singleton('LogService', LogService::class);
|
|
|
app()->singleton('LogisticAliJiSuApiService',LogisticAliJiSuApiService::class);
|
|
|
@@ -307,7 +309,6 @@ class AppServiceProvider extends ServiceProvider
|
|
|
app()->singleton('OwnerReportService', OwnerReportService::class);
|
|
|
app()->singleton('OwnerService', OwnerService::class);
|
|
|
app()->singleton('OwnerStoragePriceModelService', OwnerStoragePriceModelService::class);
|
|
|
- app()->singleton('PDDDeliveryService',PDDDeliveryService::class);
|
|
|
app()->singleton('OwnerStoreFeeDetailService',OwnerStoreFeeDetailService::class);
|
|
|
app()->singleton('OwnerStoreFeeReportService',OwnerStoreFeeReportService::class);
|
|
|
app()->singleton('OwnerStoreOutFeeDetailService',OwnerStoreOutFeeDetailService::class);
|
|
|
@@ -315,6 +316,7 @@ class AppServiceProvider extends ServiceProvider
|
|
|
app()->singleton('OwnerSundryFeeDetailService',OwnerSundryFeeDetailService::class);
|
|
|
app()->singleton('OwnerWayBillFeeDetailService',OwnerWayBillFeeDetailService::class);
|
|
|
app()->singleton('OwnerWaybillSettlementBillService',OwnerWaybillSettlementBillService::class);
|
|
|
+ app()->singleton('PDDDeliveryService',PDDDeliveryService::class);
|
|
|
app()->singleton('PackageService', PackageService::class);
|
|
|
app()->singleton('PackageStatisticsService', PackageStatisticsService::class);
|
|
|
app()->singleton('PrintPartImageService',PrintPartImageService::class);
|