From 8703a50296ff530fb45d658289f5ebe13a04f281 Mon Sep 17 00:00:00 2001 From: wet <1034391973@qq.com> Date: Thu, 30 Mar 2023 08:49:42 +0800 Subject: [PATCH] 1 --- Myshipping.Application/Service/DataSync/DataSyncService.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Myshipping.Application/Service/DataSync/DataSyncService.cs b/Myshipping.Application/Service/DataSync/DataSyncService.cs index ff3dbedc..3c6b8d97 100644 --- a/Myshipping.Application/Service/DataSync/DataSyncService.cs +++ b/Myshipping.Application/Service/DataSync/DataSyncService.cs @@ -78,6 +78,8 @@ namespace Myshipping.Application this._bookinglog = bookinglog; this._bookinglogdetail = bookinglogdetail; this._bookingremark = bookingremark; + this._goodsStatus = goodsStatus; + this._goodsStatusConfig = goodsStatusConfig; }