From 9e40c48ba02ef6c1d63a659f104f9ca76d2125f2 Mon Sep 17 00:00:00 2001 From: wet <1034391973@qq.com> Date: Thu, 13 Jul 2023 12:47:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=88=AA=E7=BA=BF=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/DataSync/Dto/BookingOrderDto.cs | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/Myshipping.Application/Service/DataSync/Dto/BookingOrderDto.cs b/Myshipping.Application/Service/DataSync/Dto/BookingOrderDto.cs index 5262fd1e..3c187588 100644 --- a/Myshipping.Application/Service/DataSync/Dto/BookingOrderDto.cs +++ b/Myshipping.Application/Service/DataSync/Dto/BookingOrderDto.cs @@ -1,6 +1,7 @@ using Myshipping.Application.Entity; using System; using System.Collections.Generic; +using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; @@ -803,8 +804,17 @@ namespace Myshipping.Application.Service.DataSync.Dto /// public BookingEDIExtDto BookingEDIExt { get; set; } + /// + /// 航线管理 + /// + [Description("航线管理")] + public string LineManage { get; set; } + + /// + /// 航线管理ID + /// + public string LineManageID { get; set; } - public List childrens { get; set; } @@ -1586,6 +1596,16 @@ namespace Myshipping.Application.Service.DataSync.Dto /// 三方付费Code /// public string ThirdPayCode { get; set; } + /// + /// 航线管理 + /// + [Description("航线管理")] + public string LineManage { get; set; } + + /// + /// 航线管理ID + /// + public string LineManageID { get; set; } }