From da7d9a860ba611b64ae762acfcdd73c717f323da Mon Sep 17 00:00:00 2001
From: wet <1034391973@qq.com>
Date: Thu, 16 Mar 2023 15:32:21 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E9=A1=B9=E7=9B=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Service/BookingOrder/BookingOrderService.cs | 1 -
Myshipping.Core/Entity/DJY/DjyCustomer.cs | 6 ++++++
Myshipping.Core/Myshipping.Core.xml | 10 ++++++++++
.../Service/DjyCustomer/Dto/DjyCustomerInput.cs | 5 ++++-
4 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/Myshipping.Application/Service/BookingOrder/BookingOrderService.cs b/Myshipping.Application/Service/BookingOrder/BookingOrderService.cs
index f9cde70e..ee777e0f 100644
--- a/Myshipping.Application/Service/BookingOrder/BookingOrderService.cs
+++ b/Myshipping.Application/Service/BookingOrder/BookingOrderService.cs
@@ -4847,7 +4847,6 @@ namespace Myshipping.Application
allData.log = list;
return allData;
-
}
#endregion
diff --git a/Myshipping.Core/Entity/DJY/DjyCustomer.cs b/Myshipping.Core/Entity/DJY/DjyCustomer.cs
index 9ff90c17..6213657f 100644
--- a/Myshipping.Core/Entity/DJY/DjyCustomer.cs
+++ b/Myshipping.Core/Entity/DJY/DjyCustomer.cs
@@ -141,5 +141,11 @@ namespace Myshipping.Core.Entity
/// 东胜id
///
public string BSNO { get; set; }
+
+
+ ///
+ /// 服务项目
+ ///
+ public string ServiceItem { get; set; }
}
}
\ No newline at end of file
diff --git a/Myshipping.Core/Myshipping.Core.xml b/Myshipping.Core/Myshipping.Core.xml
index 256b6823..4f320b02 100644
--- a/Myshipping.Core/Myshipping.Core.xml
+++ b/Myshipping.Core/Myshipping.Core.xml
@@ -1829,6 +1829,11 @@
东胜id
+
+
+ 服务项目
+
+
@@ -10317,6 +10322,11 @@
提单信息
+
+
+ 服务项目
+
+
订舱客户新增输入参数
diff --git a/Myshipping.Core/Service/DjyCustomer/Dto/DjyCustomerInput.cs b/Myshipping.Core/Service/DjyCustomer/Dto/DjyCustomerInput.cs
index b46ac4bd..d8f8aa08 100644
--- a/Myshipping.Core/Service/DjyCustomer/Dto/DjyCustomerInput.cs
+++ b/Myshipping.Core/Service/DjyCustomer/Dto/DjyCustomerInput.cs
@@ -162,7 +162,10 @@ namespace Myshipping.Core.Service
///
public string TIDANINFO { get; set; }
-
+ ///
+ /// 服务项目
+ ///
+ public string ServiceItem { get; set; }
public List Contacts { get; set; }
}