using System; using System.Collections.Generic; using System.ComponentModel; using Myshipping.Core; namespace Myshipping.Application { /// /// 订舱主表输出参数 /// public class BookingOrderDelete { public List Delete { get; set; } } public class BookingOrderDeleteDetail { public long Id { get; set; } public string MBLNO { get; set; } } }