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; } }