using System.Collections.Generic; namespace Myshipping.Application { /// /// 验证箱信息是否会被覆盖Dto类 /// public class CheckCtnCoverDto { public long BookingOrderId { get; set; } public List CtnInputs { get; set; } } }