父级订单编号

master
wanghaomei 5 months ago
parent eeaa2b279e
commit 935c21be8c

@ -905,7 +905,7 @@ namespace Myshipping.Application.Entity
public int CopyNum { get; set; }
/// <summary>
/// 父级系统编号
/// 父级订单编号
/// </summary>
public string ParentBookingNO { get; set; }
}

@ -116,7 +116,7 @@ namespace Myshipping.Application
public string BookingName { get; set; }
/// <summary>
/// 父级系统编号
/// 父级订单编号
/// </summary>
public string ParentBookingNO { get; set; }
}
@ -783,7 +783,7 @@ namespace Myshipping.Application
public int CopyNum { get; set; }
/// <summary>
/// 父级系统编号
/// 父级订单编号
/// </summary>
public string ParentBookingNO { get; set; }
}

Loading…
Cancel
Save