新增航线管理

optimize
wet 1 year ago
parent e0be58cb0f
commit 9e40c48ba0

@ -1,6 +1,7 @@
using Myshipping.Application.Entity; using Myshipping.Application.Entity;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.ComponentModel;
using System.Linq; using System.Linq;
using System.Text; using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
@ -803,7 +804,16 @@ namespace Myshipping.Application.Service.DataSync.Dto
/// </summary> /// </summary>
public BookingEDIExtDto BookingEDIExt { get; set; } public BookingEDIExtDto BookingEDIExt { get; set; }
/// <summary>
/// 航线管理
/// </summary>
[Description("航线管理")]
public string LineManage { get; set; }
/// <summary>
/// 航线管理ID
/// </summary>
public string LineManageID { get; set; }
public List<Children> childrens { get; set; } public List<Children> childrens { get; set; }
@ -1586,6 +1596,16 @@ namespace Myshipping.Application.Service.DataSync.Dto
/// 三方付费Code /// 三方付费Code
/// </summary> /// </summary>
public string ThirdPayCode { get; set; } public string ThirdPayCode { get; set; }
/// <summary>
/// 航线管理
/// </summary>
[Description("航线管理")]
public string LineManage { get; set; }
/// <summary>
/// 航线管理ID
/// </summary>
public string LineManageID { get; set; }
} }

Loading…
Cancel
Save